summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5fb0120f58c..25f79a55ffbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.5.5
+ pkgver = 2.5.6
pkgrel = 1
url = https://github.com/xmake-io/xmake
arch = i686
arch = x86_64
license = Apache
- source = xmake.tar.gz::https://github.com/xmake-io/xmake/releases/download/v2.5.5/xmake-v2.5.5.tar.gz
- sha256sums = 47537ecc53aa73783f630b85c30ae6b339cda928c509887b013c49f23b9f3528
+ source = xmake.tar.gz::https://github.com/xmake-io/xmake/releases/download/v2.5.6/xmake-v2.5.6.tar.gz
+ sha256sums = 79e65766761642d574ac24f50c4df2b896a3d9fb649a37746a9d9c67073d5998
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 6783fb14d31b..2aef172ca048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.5.5
+pkgver=2.5.6
pkgrel=1
pkgdesc="A cross-platform 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.tar.gz::https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('47537ecc53aa73783f630b85c30ae6b339cda928c509887b013c49f23b9f3528')
+sha256sums=('79e65766761642d574ac24f50c4df2b896a3d9fb649a37746a9d9c67073d5998')
build() {
cd "$srcdir"