summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2017-10-14 00:01:15 +0800
committerruki <[email protected]>2017-10-13 18:07:34 +0800
commit3c990e889dc116dec50c950f5c1a1a91fb5d6600 (patch)
treebe3b10ca6ed5714d970e5140fb8ef78240610eb8 /scripts
parented81a3c28251e4a191b56c871692c8e3b0f4bd1a (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 e9565b1b1..c95eb3c2f 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.1.6
+pkgver=2.1.7
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=('48409388e05a1f40bd1fc500c9ee775a45fc36044a8c25d26f18a55f44e4d8c4')
+sha256sums=('c25436672668df3f8db6615fb97b7cd94c47fa9267a774265897ae318837c41f')
build() {
cd "$srcdir/${pkgname}-${pkgver}"