summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2022-09-17 15:19:11 +0200
committerTimo Wilken2022-09-17 15:19:11 +0200
commit7ce621ab5152144a77c6580d9ca9de0aac6b3963 (patch)
tree92010ccad38655feb4a4abd59f34c1fe4cacc2dd
parentab61f6f034b5db991343fdab63d2c8841749186c (diff)
downloadaur-7ce621ab5152144a77c6580d9ca9de0aac6b3963.tar.gz
Upstream v1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27c46bd88ea9..de0f09187388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alibuild
pkgdesc = A simple build tool for ALICE software at CERN
- pkgver = 1.11.3
+ pkgver = 1.12.0
pkgrel = 1
url = https://alisw.github.io/alibuild/
arch = i686
@@ -24,7 +24,7 @@ pkgbase = alibuild
optdepends = findutils: support for s3:// remote stores
optdepends = awk: support for s3:// remote stores
optdepends = python-boto3: support for b3:// remote stores
- source = https://github.com/alisw/alibuild/archive/refs/tags/v1.11.3.tar.gz
- sha256sums = b98ef132f08fc9cfd49820f2b43fa7c54843923c6f480798c44ffe12eaf9d090
+ source = https://github.com/alisw/alibuild/archive/refs/tags/v1.12.0.tar.gz
+ sha256sums = 36028c2157d597525f5f9fc0edddaa48ea740caef6b9598f7a0d8775f21b8cd1
pkgname = alibuild
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"