summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2022-08-26 10:37:05 +0000
committerruki2022-08-26 10:37:05 +0000
commit6ae8de722418c6ba5ce6850fedc4337a6ca08d93 (patch)
tree3cd91c31d2442795ed2ce57b87cc6107abbdd26c
parentf363cb75a5a8b1e30bb26b4c01f7e9da2e51cf65 (diff)
downloadaur-6ae8de722418c6ba5ce6850fedc4337a6ca08d93.tar.gz
update 2.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f0a1d9ac9a2..4ed5ea1858c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.6.9
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/xmake-io/xmake
arch = i686
@@ -8,7 +8,7 @@ pkgbase = xmake
license = Apache
makedepends = ncurses
makedepends = readline
- source = https://github.com/xmake-io/xmake/releases/download/v2.6.9/xmake-v2.6.9.tar.gz
- sha256sums = 68f2e7ef85db2841c707bb909ae4a5d058e8c1e4837c2a95b0bfefd56600ca83
+ source = https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.tar.gz
+ sha256sums = e44085090641547d8814afcc345d641d8ce1e38b6e05fee7375fc88150c0803d
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 00b3b4263a0b..b81174dcb1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.6.9
+pkgver=2.7.1
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=('ncurses' 'readline')
source=("https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('68f2e7ef85db2841c707bb909ae4a5d058e8c1e4837c2a95b0bfefd56600ca83')
+sha256sums=('e44085090641547d8814afcc345d641d8ce1e38b6e05fee7375fc88150c0803d')
build() {
cd "$srcdir"