diff options
| author | ruki <[email protected]> | 2020-02-25 00:05:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-24 18:32:15 +0800 |
| commit | 03529e13a387219b65f52e9616bc3d7c40814dca (patch) | |
| tree | b2439265118c7bc9c77df01a26bb70c5c736b51f /scripts | |
| parent | 60d476560c1332b9f80ce71625381e7acb207f13 (diff) | |
update pkgbuild
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index af3f4a7c3..49eedf91b 100755 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -12,7 +12,7 @@ makedepends=() source=("$pkgname.tar.gz::https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz") # enable mirror in next release # source=("$pkgname.tar.gz::https://cdn.jsdelivr.net/gh/xmake-mirror/xmake-releases@${pkgver}/xmake-v${pkgver}.tar.gz") -sha256sums=('7e1de40c68466c52b00e92989c6c561356f6ec1603acca0bfdc8c703effb04ec') +sha256sums=('94ba21b4ca9586509b78d1bb1e788be966f19c5b9cb6f6ea8fcab26c69f9bda2') build() { cd "$srcdir" |
