summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2018-02-03 20:49:31 +0800
committerruki <[email protected]>2018-02-03 20:49:31 +0800
commit4cf802876d1a04b23874f0664570b6fe55dcfba8 (patch)
treeceb3e7f5de4e9fdc19b980e68fe6f7df45eba352 /scripts
parent0f1e8530e89a9432678ed6fe4fef25d0485d1293 (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 81af1cc42..dce402c11 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.1.8
+pkgver=2.1.9
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=('d270e4d06c2b3fdae0ead457c4241b5ce41c177a6059e38644a1f33950c17ad5')
+sha256sums=('ef8071ed400b7a94b78977c3be0e7839076bc048d21d11686a6608942075ca75')
build() {
cd "$srcdir/${pkgname}-${pkgver}"