summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2021-08-29 10:05:30 +0800
committerruki2021-08-29 10:05:30 +0800
commit46a1bca6537a900e5338e309389738f8f187a67d (patch)
tree441f111c08db09e2c779a9350617e6fcc42e83c6
parent04bc4651f03ce69f64d2829e34d92ba954b55976 (diff)
downloadaur-46a1bca6537a900e5338e309389738f8f187a67d.tar.gz
update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2139f5204e5..f6c208342990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.5.6
+ pkgver = 2.5.7
pkgrel = 1
url = https://github.com/xmake-io/xmake
arch = i686
arch = x86_64
license = Apache
- source = https://github.com/xmake-io/xmake/releases/download/v2.5.6/xmake-v2.5.6.tar.gz
- sha256sums = 79e65766761642d574ac24f50c4df2b896a3d9fb649a37746a9d9c67073d5998
+ source = https://github.com/xmake-io/xmake/releases/download/v2.5.7/xmake-v2.5.7.tar.gz
+ sha256sums = 806a5b5a430227a1a006a4e2712f87389b56e9e27076263ae3c9ac7931d429ea
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 44f91e2b428d..590b80d7eca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.5.6
-pkgrel=2
+pkgver=2.5.7
+pkgrel=1
pkgdesc="A cross-platform build utility based on Lua"
arch=('i686' 'x86_64')
url="https://github.com/xmake-io/xmake"
license=('Apache')
makedepends=()
source=("https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('79e65766761642d574ac24f50c4df2b896a3d9fb649a37746a9d9c67073d5998')
+sha256sums=('806a5b5a430227a1a006a4e2712f87389b56e9e27076263ae3c9ac7931d429ea')
build() {
cd "$srcdir"