summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2019-12-21 00:34:58 +0800
committerruki <[email protected]>2019-12-21 00:34:58 +0800
commitce6908e8241190e498b4dd5f06125ef8da894451 (patch)
tree1673545a76263e2ec9ac2f337d65e8ec32a2e392 /scripts
parent4c22b7a7823518d538a81081d2e795b9ce4403e2 (diff)
update scripts
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PKGBUILD6
-rwxr-xr-xscripts/brew-pr2
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 412b95f49..5163bb1b3 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,15 +2,15 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.2.8
-pkgrel=4
+pkgver=2.2.9
+pkgrel=1
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.tar.gz::https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('fb8ad4ca5133ca0cc303e57c24afaf00fbdaf7a9d59e1a6e7c4337803926bf29')
+sha256sums=('7d7b4b368808c78cda4bcdd00a140cd8b4cab8f32c7b3c31aa22fdd08dde4940')
build() {
cd "$srcdir"
diff --git a/scripts/brew-pr b/scripts/brew-pr
index 41c6e5595..4cdb52afc 100755
--- a/scripts/brew-pr
+++ b/scripts/brew-pr
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
-brew bump-formula-pr --url=https://github.com/xmake-io/xmake/archive/v2.2.7.tar.gz --sha256=be6845b641ee754ae1d0fbe7f369811d8a99a93c82843cb6be3437d1b664e9f5 xmake
+brew bump-formula-pr --url=https://github.com/xmake-io/xmake/releases/download/v2.2.9/xmake-v2.2.9.tar.gz --sha256=7d7b4b368808c78cda4bcdd00a140cd8b4cab8f32c7b3c31aa22fdd08dde4940 xmake