summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2018-06-16 21:58:50 +0800
committerruki <[email protected]>2018-06-16 21:58:50 +0800
commit09d2a09c7184bea49cf599b7ab085c7349f068f9 (patch)
treec529528e0058fe3a73a3ece2aab9481009dd9a47 /scripts
parentf15ff1ca73b02ff5f522c9fe59004331b1b410fb (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 dce402c11..79eb2f62e 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.1.9
+pkgver=2.2.1
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=('ef8071ed400b7a94b78977c3be0e7839076bc048d21d11686a6608942075ca75')
+sha256sums=('3d3cd97329677d3be5d601e78380c8041cb6d8c41b69d1d6577bf10b04f9422a')
build() {
cd "$srcdir/${pkgname}-${pkgver}"