Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 20, 2019
1 parent 4c22b7a commit ce6908e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/brew-pr
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

0 comments on commit ce6908e

Please sign in to comment.