summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Wilken2022-09-17 15:19:11 +0200
committerTimo Wilken2022-09-17 15:19:11 +0200
commit7ce621ab5152144a77c6580d9ca9de0aac6b3963 (patch)
tree92010ccad38655feb4a4abd59f34c1fe4cacc2dd /PKGBUILD
parentab61f6f034b5db991343fdab63d2c8841749186c (diff)
downloadaur-alibuild.tar.gz
Upstream v1.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53aa1b5f5c2d..3eebea155b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=alibuild
-pkgver=1.11.3
+pkgver=1.12.0
pkgrel=1
pkgdesc='A simple build tool for ALICE software at CERN'
arch=(i686 x86_64)
@@ -19,7 +19,7 @@ optdepends=('pigz: alternative, faster gzip implementation'
'awk: support for s3:// remote stores'
'python-boto3: support for b3:// remote stores')
source=("https://github.com/alisw/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('b98ef132f08fc9cfd49820f2b43fa7c54843923c6f480798c44ffe12eaf9d090')
+sha256sums=('36028c2157d597525f5f9fc0edddaa48ea740caef6b9598f7a0d8775f21b8cd1')
build() {
cd "$srcdir/$pkgname-$pkgver"