summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc73840b0909..5d4d87836f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.2.5
+pkgver=2.2.6
pkgrel=1
pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/xmake-io/xmake"
license=('Apache')
makedepends=()
source=("$pkgname.zip::https://github.com/xmake-io/xmake/archive/v${pkgver}.zip")
-sha256sums=('20e9bd6684be429d20cda69ff16e0fdacaaade80760a87c9e42b54e3661f214e')
+sha256sums=('8823d8f60c34ffe77c5b9b0a3a522fc5a0fb1a32dcb9de0f3c927a99ecb6fd8a')
build() {
cd "$srcdir/${pkgname}-${pkgver}"