summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2017-11-08 00:38:27 +0800
committerruki <[email protected]>2017-11-07 21:50:45 +0800
commit826668dde93b9c985a2e48f43e06e99b03055df5 (patch)
tree1583ab3ebd27e0c2c1c8f45b0e414d574ce65648 /scripts
parent6c3f42dad5840210ee7294ca295f6c7b18c32291 (diff)
update 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 c95eb3c2f..81af1cc42 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.1.7
+pkgver=2.1.8
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=('c25436672668df3f8db6615fb97b7cd94c47fa9267a774265897ae318837c41f')
+sha256sums=('d270e4d06c2b3fdae0ead457c4241b5ce41c177a6059e38644a1f33950c17ad5')
build() {
cd "$srcdir/${pkgname}-${pkgver}"