summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-08-27 00:54:59 +0800
committerruki <[email protected]>2019-08-26 23:29:57 +0800
commitc39104ccdfb919f507ecdb45f475bb43fa218db4 (patch)
tree689b9fae946af6d2f5fdb5af0e88f2801926dc39
parent6a2e390a79c4f0444a03b566d4bf24849a6ee3a3 (diff)
update PKGBUILD
-rw-r--r--scripts/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 1f639458e..359fc86b1 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,15 +2,15 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.2.7
-pkgrel=1
+pkgver=2.2.8
+pkgrel=2
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.zip::https://github.com/xmake-io/xmake/archive/v${pkgver}.zip")
-sha256sums=('0a57a6a28273881fff2699da9f5191f195d96bf5e6084f3aa25fb19bd3ac4d68')
+source=("$pkgname.tar.gz::https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
+sha256sums=('f607955bb83c991e6c69197cbd9f21c31debcb08ffcd97a73e67766e2ad0d313')
build() {
cd "$srcdir/${pkgname}-${pkgver}"