summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-04-27 23:42:14 +0200
committerMarco Rubin2023-04-27 23:42:14 +0200
commit2e26391d01f8831025886bc372b06e23df4d8a87 (patch)
tree7011ee110957b0d21c0aca698ea3f6c2317c64e2
parentce1433751b6750546c9f54d47f79306e91d08d4c (diff)
downloadaur-2e26391d01f8831025886bc372b06e23df4d8a87.tar.gz
3.11.2
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f370da68962..32ecb1c1dc4c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = singularity-ce
pkgdesc = An open source container platform designed to be simple, fast, and secure.
- pkgver = 3.11.0
- pkgrel = 2
+ pkgver = 3.11.2
+ pkgrel = 1
url = https://github.com/sylabs/singularity
arch = x86_64
license = GPL2
@@ -26,9 +26,9 @@ pkgbase = singularity-ce
backup = etc/singularity/network/30_macvlan.conflist
backup = etc/singularity/network/40_fakeroot.conflist
backup = etc/singularity/seccomp-profiles/default.json
- source = https://github.com/sylabs/singularity/releases/download/v3.11.0/singularity-ce-3.11.0.tar.gz
+ source = https://github.com/sylabs/singularity/releases/download/v3.11.2/singularity-ce-3.11.2.tar.gz
source = tmpfiles.conf
- b2sums = 52ee19e1fa768d93567cc93cf8bc2a0de60f683436b2dafcc389de7ad96e36d414996ad8def68023855f186d0d1d095cc59d3da6daaba4ae608bb79868d6ff71
+ b2sums = 10875431860560f2486117e00ece9e091c0bd21cd8c3f378a9cd18aa90934641ac81122cfdf80871fe5259f933ef1fd17ce2c9701f6298c9f892355fbf08fed4
b2sums = 4d4386ca622fdf5f7c9ac23fd8dd5b18592b27b246478f3755262aceb758e52f1a9ff5d63ef76701b31fd6b7d91ef3978d9a35bc14e6478baee08add6a404891
pkgname = singularity-ce
diff --git a/PKGBUILD b/PKGBUILD
index 4f3834da8ee3..d4afac0620fc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Marco Rubin <marco.rubin@protonmail.com>
pkgname=singularity-ce
-pkgver=3.11.0
-pkgrel=2
+pkgver=3.11.2
+pkgrel=1
pkgdesc='An open source container platform designed to be simple, fast, and secure.'
arch=(x86_64)
url='https://github.com/sylabs/singularity'
@@ -29,7 +29,7 @@ provides=('singularity-container')
conflicts=('singularity-container')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
'tmpfiles.conf')
-b2sums=('52ee19e1fa768d93567cc93cf8bc2a0de60f683436b2dafcc389de7ad96e36d414996ad8def68023855f186d0d1d095cc59d3da6daaba4ae608bb79868d6ff71'
+b2sums=('10875431860560f2486117e00ece9e091c0bd21cd8c3f378a9cd18aa90934641ac81122cfdf80871fe5259f933ef1fd17ce2c9701f6298c9f892355fbf08fed4'
'4d4386ca622fdf5f7c9ac23fd8dd5b18592b27b246478f3755262aceb758e52f1a9ff5d63ef76701b31fd6b7d91ef3978d9a35bc14e6478baee08add6a404891')
prepare() {