summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2022-05-29 03:21:30 +0000
committerruki2022-05-29 03:21:30 +0000
commit2ae835df306f3541e0384f6803f5972fedc3aad8 (patch)
tree78b8b96254214962aebaa93a1982786377e4d203
parent75ccaac739856809753841c8b426c10d98ecef08 (diff)
downloadaur-2ae835df306f3541e0384f6803f5972fedc3aad8.tar.gz
update 2.6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 760956cb1997..657da07949a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.6.6
+ pkgver = 2.6.7
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.6/xmake-v2.6.6.tar.gz
- sha256sums = 02267dc2af26088275661c4c6d986af0cdc283ff7684910bee3d8ab45c30389d
+ source = https://github.com/xmake-io/xmake/releases/download/v2.6.7/xmake-v2.6.7.tar.gz
+ sha256sums = 206d9532e80722292b944ada91f558e0b265a176e3476eeb3e1633ea53bb15a6
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 12c967b7e9f1..6156d0fb152b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.6.6
+pkgver=2.6.7
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=('02267dc2af26088275661c4c6d986af0cdc283ff7684910bee3d8ab45c30389d')
+sha256sums=('206d9532e80722292b944ada91f558e0b265a176e3476eeb3e1633ea53bb15a6')
build() {
cd "$srcdir"