summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2021-10-31 21:35:37 +0800
committerruki2021-10-31 21:35:37 +0800
commit88bfb7e2b1f13013482418ebb0a76a2a1498e500 (patch)
tree5d7ccd4b7a4006869428e76c3f811fd433af2880
parent15fc0cc8f732cd27047c707ef0a4f183f5306697 (diff)
downloadaur-88bfb7e2b1f13013482418ebb0a76a2a1498e500.tar.gz
update 2.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0635fc1fa8cd..899eae769ade 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.5.8
+ pkgver = 2.5.9
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.8/xmake-v2.5.8.tar.gz
- sha256sums = 9f0eaa823ff4d0fab5b52e01b62f6db860a2ed32402ab51738903a07584c91cb
+ source = https://github.com/xmake-io/xmake/releases/download/v2.5.9/xmake-v2.5.9.tar.gz
+ sha256sums = 5b50e3f28956cabcaa153624c91781730387ceb7c056f3f9b5306b1c77460d8f
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 5c3311f5c69f..07f086a7ff21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.5.8
+pkgver=2.5.9
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=('9f0eaa823ff4d0fab5b52e01b62f6db860a2ed32402ab51738903a07584c91cb')
+sha256sums=('5b50e3f28956cabcaa153624c91781730387ceb7c056f3f9b5306b1c77460d8f')
build() {
cd "$srcdir"