summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-10 09:23:33 +0800
committerruki <[email protected]>2017-05-10 09:23:50 +0800
commit41a8ecf9f8eace927ac93b2a4d064c3cf4c468ee (patch)
tree2584cb631a83f6136a9e04376f4b95405e003091 /scripts
parent12bba66203e21207144086361219a713f32b02d4 (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 55f807b88..34778b8d2 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.1.3
+pkgver=2.1.4
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=('7560ff0b0f6499f37c4bc085a0554563f88999ac5243fee9af8423927d378ccd')
+sha256sums=('02000f3af2ab060107810d4b5b8d3864850aa49af669e82bee27a25d5e3bee21')
build() {
cd "$srcdir/${pkgname}-${pkgver}"