summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2021-10-09 07:56:09 +0800
committerruki2021-10-09 07:56:09 +0800
commit15fc0cc8f732cd27047c707ef0a4f183f5306697 (patch)
treed23a5e5a8a7c7a648634870250a9e407d7e5d927
parent46a1bca6537a900e5338e309389738f8f187a67d (diff)
downloadaur-15fc0cc8f732cd27047c707ef0a4f183f5306697.tar.gz
update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6c208342990..0635fc1fa8cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.5.7
+ pkgver = 2.5.8
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.7/xmake-v2.5.7.tar.gz
- sha256sums = 806a5b5a430227a1a006a4e2712f87389b56e9e27076263ae3c9ac7931d429ea
+ source = https://github.com/xmake-io/xmake/releases/download/v2.5.8/xmake-v2.5.8.tar.gz
+ sha256sums = 9f0eaa823ff4d0fab5b52e01b62f6db860a2ed32402ab51738903a07584c91cb
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 590b80d7eca5..5c3311f5c69f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.5.7
+pkgver=2.5.8
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=("https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('806a5b5a430227a1a006a4e2712f87389b56e9e27076263ae3c9ac7931d429ea')
+sha256sums=('9f0eaa823ff4d0fab5b52e01b62f6db860a2ed32402ab51738903a07584c91cb')
build() {
cd "$srcdir"