summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-23 21:33:56 +0800
committerruki <[email protected]>2020-02-23 21:33:56 +0800
commit63a3b4467308dac5e0dc5ea52eb7dd43a776fed8 (patch)
tree19da1fddb7c70e51e1c3828b966d551e5fc43d99 /scripts
parent3df7c62080e5ae878d6f32ce5245f6602a5425d8 (diff)
update pkgbuild
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/PKGBUILD6
-rwxr-xr-xscripts/brew-pr2
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 22f791e5d..bb934893e 100755
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -2,15 +2,15 @@
# PKGBuild Create By: lumpyzhu <[email protected]>
pkgname=xmake
-pkgver=2.2.9
-pkgrel=2
+pkgver=2.3.1
+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://cdn.jsdelivr.net/gh/xmake-mirror/xmake-releases@${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('7d7b4b368808c78cda4bcdd00a140cd8b4cab8f32c7b3c31aa22fdd08dde4940')
+sha256sums=('69309bb06cd8eb6f4bf30c68bdbccb9bc7df4c8240c72778e98ebe752d864382')
build() {
cd "$srcdir"
diff --git a/scripts/brew-pr b/scripts/brew-pr
index 4cdb52afc..6bfd4c1b0 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/releases/download/v2.2.9/xmake-v2.2.9.tar.gz --sha256=7d7b4b368808c78cda4bcdd00a140cd8b4cab8f32c7b3c31aa22fdd08dde4940 xmake
+brew bump-formula-pr --url=https://github.com/xmake-io/xmake/releases/download/v2.3.1/xmake-v2.3.1.tar.gz --sha256=69309bb06cd8eb6f4bf30c68bdbccb9bc7df4c8240c72778e98ebe752d864382 xmake