diff options
| author | ruki <[email protected]> | 2019-06-20 22:30:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-20 09:00:10 +0800 |
| commit | f36cd220cbf087247254b1f6700dd89c6b62428a (patch) | |
| tree | d1b867711e072302f5d9d4b2528284a415302537 /scripts | |
| parent | 72bd93de8dd64cc5de8986860819a5873ce08fe5 (diff) | |
update PKGBUILD and brew-pr
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/PKGBUILD | 4 | ||||
| -rwxr-xr-x | scripts/brew-pr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index b861089fe..1f639458e 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -2,7 +2,7 @@ # PKGBuild Create By: lumpyzhu <[email protected]> pkgname=xmake -pkgver=2.2.6 +pkgver=2.2.7 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=('0629a1d48289dfca1eaedfab97bc070a5446346a9473f1ed42bbcba9abbabbb0') +sha256sums=('0a57a6a28273881fff2699da9f5191f195d96bf5e6084f3aa25fb19bd3ac4d68') build() { cd "$srcdir/${pkgname}-${pkgver}" diff --git a/scripts/brew-pr b/scripts/brew-pr index b72ac067c..79a179e6c 100755 --- a/scripts/brew-pr +++ b/scripts/brew-pr @@ -1,2 +1,2 @@ #!/bin/bash -brew bump-formula-pr --url=https://github.com/xmake-io/xmake/archive/v2.2.6.tar.gz --sha256=558a43b70d90503ba2e1a11af10d5f93772102850ee6790201fa329d174342f0 xmake +brew bump-formula-pr --url=https://github.com/xmake-io/xmake/archive/v2.2.7.tar.gz --sha256=be6845b641ee754ae1d0fbe7f369811d8a99a93c82843cb6be3437d1b664e9f5 xmake |
