diff options
| author | ruki <[email protected]> | 2018-10-17 00:34:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-10-16 21:27:43 +0800 |
| commit | 35ac60365af7611caa7dfb3bbf1f517bf56bdc0b (patch) | |
| tree | 08140cb909dd6c70c7712fe3b90c69d6d29b6587 /scripts | |
| parent | 18a42e0e8980e3edc39198b18c5c4b9a464ea381 (diff) | |
update pkgbuild
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 79eb2f62e..550db20d5 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -2,7 +2,7 @@ # PKGBuild Create By: lumpyzhu <[email protected]> pkgname=xmake -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc="A make-like build utility based on Lua" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="https://github.com/tboox/xmake" license=('Apache') makedepends=() source=("$pkgname.zip::https://github.com/tboox/xmake/archive/v${pkgver}.zip") -sha256sums=('3d3cd97329677d3be5d601e78380c8041cb6d8c41b69d1d6577bf10b04f9422a') +sha256sums=('3f996c016408132c85f7cc79f63197820caa9c975e3aa9c8e9847ddf15bd5f30') build() { cd "$srcdir/${pkgname}-${pkgver}" |
