summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2020-02-23 21:35:22 +0800
committerruki2020-02-23 21:35:22 +0800
commitbebc2634997a7a144de8d38f550d8c6f418efa08 (patch)
tree3f78b7052c78bdbbefa27fc81ddc3d6abc0ae18f
parentc163a977c8bbcb3c0f9c4611a6e93c3d1a00e659 (diff)
downloadaur-bebc2634997a7a144de8d38f550d8c6f418efa08.tar.gz
update v2.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6f45d611c64..de84bdadd203 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xmake
pkgdesc = A make-like build utility based on Lua
- pkgver = 2.2.9
- pkgrel = 2
+ pkgver = 2.3.1
+ pkgrel = 1
url = https://github.com/xmake-io/xmake
arch = i686
arch = x86_64
license = Apache
- source = xmake.tar.gz::https://cdn.jsdelivr.net/gh/xmake-mirror/xmake-releases@2.2.9/xmake-v2.2.9.tar.gz
- sha256sums = 7d7b4b368808c78cda4bcdd00a140cd8b4cab8f32c7b3c31aa22fdd08dde4940
+ source = xmake.tar.gz::https://cdn.jsdelivr.net/gh/xmake-mirror/xmake-releases@2.3.1/xmake-v2.3.1.tar.gz
+ sha256sums = 69309bb06cd8eb6f4bf30c68bdbccb9bc7df4c8240c72778e98ebe752d864382
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 22f791e5d9ae..bb934893e1c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.2.9
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')
url="https://github.com/xmake-io/xmake"
license=('Apache')
makedepends=()
source=("$pkgname.tar.gz::https://cdn.jsdelivr.net/gh/xmake-mirror/xmake-releases@${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('7d7b4b368808c78cda4bcdd00a140cd8b4cab8f32c7b3c31aa22fdd08dde4940')
+sha256sums=('69309bb06cd8eb6f4bf30c68bdbccb9bc7df4c8240c72778e98ebe752d864382')
build() {
cd "$srcdir"