forked from xmake-io/xmake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |