summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2019-05-26 22:00:04 +0800
committerruki2019-05-26 22:00:04 +0800
commit67595127447ac63a37b95bb9d800ff14db7f6590 (patch)
treeb585eccdd4493817659a34462f9a0cad677d5677
parent25773e53241cb79137957ffa9d36396e8f06fbb7 (diff)
downloadaur-67595127447ac63a37b95bb9d800ff14db7f6590.tar.gz
update v2.2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15d18ed98b1e..b9e2907f1253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Apr 5 15:12:35 UTC 2019
+# Sun May 26 13:59:53 UTC 2019
pkgbase = xmake
pkgdesc = A make-like build utility based on Lua
- pkgver = 2.2.5
+ pkgver = 2.2.6
pkgrel = 1
url = https://github.com/xmake-io/xmake
arch = i686
arch = x86_64
license = Apache
- source = xmake.zip::https://github.com/xmake-io/xmake/archive/v2.2.5.zip
- sha256sums = 20e9bd6684be429d20cda69ff16e0fdacaaade80760a87c9e42b54e3661f214e
+ source = xmake.zip::https://github.com/xmake-io/xmake/archive/v2.2.6.zip
+ sha256sums = 8823d8f60c34ffe77c5b9b0a3a522fc5a0fb1a32dcb9de0f3c927a99ecb6fd8a
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index bc73840b0909..5d4d87836f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.2.5
+pkgver=2.2.6
pkgrel=1
pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/xmake-io/xmake"
license=('Apache')
makedepends=()
source=("$pkgname.zip::https://github.com/xmake-io/xmake/archive/v${pkgver}.zip")
-sha256sums=('20e9bd6684be429d20cda69ff16e0fdacaaade80760a87c9e42b54e3661f214e')
+sha256sums=('8823d8f60c34ffe77c5b9b0a3a522fc5a0fb1a32dcb9de0f3c927a99ecb6fd8a')
build() {
cd "$srcdir/${pkgname}-${pkgver}"