summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2018-11-29 00:43:28 +0800
committerruki <[email protected]>2018-11-28 22:20:52 +0800
commit2a7b8563c77acb6be8d1d6c9a65b48b25a72e086 (patch)
tree8b44c0b6a1aaa151d687d0c72e1a0a15d242c699 /scripts
parent0e56615afea9212e18d34d2a665ea22dcad5d7af (diff)
modify pkgbuild
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 550db20d5..bca6bbfdf 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/tboox/xmake"
license=('Apache')
makedepends=()
source=("$pkgname.zip::https://github.com/tboox/xmake/archive/v${pkgver}.zip")
-sha256sums=('3f996c016408132c85f7cc79f63197820caa9c975e3aa9c8e9847ddf15bd5f30')
+sha256sums=('e89b6e45b93d8965aeb93d069c17f60723ecd1389b06bd9c6147ce1181e7cad2')
build() {
cd "$srcdir/${pkgname}-${pkgver}"