summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2022-06-22 14:42:33 +0000
committerruki2022-06-22 14:42:33 +0000
commit42262f834457dcfeb97c4888b06cc39f59f32ab3 (patch)
tree8e7fdbef959e19dcffb54e9b40f35c1d2a78df34
parent2ae835df306f3541e0384f6803f5972fedc3aad8 (diff)
downloadaur-42262f834457dcfeb97c4888b06cc39f59f32ab3.tar.gz
update 2.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 657da07949a1..66ebffb2dba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmake
pkgdesc = A cross-platform build utility based on Lua
- pkgver = 2.6.7
+ pkgver = 2.6.8
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.7/xmake-v2.6.7.tar.gz
- sha256sums = 206d9532e80722292b944ada91f558e0b265a176e3476eeb3e1633ea53bb15a6
+ source = https://github.com/xmake-io/xmake/releases/download/v2.6.8/xmake-v2.6.8.tar.gz
+ sha256sums = 2f74698abbb009dfe0e80399a94e7a903f2fb12c2fec503cd6152a52a1469013
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 6156d0fb152b..d07333f1d92b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.6.7
+pkgver=2.6.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=('ncurses' 'readline')
source=("https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('206d9532e80722292b944ada91f558e0b265a176e3476eeb3e1633ea53bb15a6')
+sha256sums=('2f74698abbb009dfe0e80399a94e7a903f2fb12c2fec503cd6152a52a1469013')
build() {
cd "$srcdir"