summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-05-06 15:55:52 +0200
committerMarco Rubin2023-05-06 15:55:52 +0200
commitd7756a748c7eeab769ba176ade9d5e039fd43b3f (patch)
tree5674b3e357df191c3d7ba1af3cf1269b8aa15b7e
parent2e26391d01f8831025886bc372b06e23df4d8a87 (diff)
downloadaur-d7756a748c7eeab769ba176ade9d5e039fd43b3f.tar.gz
3.11.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ecb1c1dc4c..1bdb65228ef4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = singularity-ce
pkgdesc = An open source container platform designed to be simple, fast, and secure.
- pkgver = 3.11.2
+ pkgver = 3.11.3
pkgrel = 1
url = https://github.com/sylabs/singularity
arch = x86_64
@@ -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.2/singularity-ce-3.11.2.tar.gz
+ source = https://github.com/sylabs/singularity/releases/download/v3.11.3/singularity-ce-3.11.3.tar.gz
source = tmpfiles.conf
- b2sums = 10875431860560f2486117e00ece9e091c0bd21cd8c3f378a9cd18aa90934641ac81122cfdf80871fe5259f933ef1fd17ce2c9701f6298c9f892355fbf08fed4
+ b2sums = e4c9393bcfaf0a36b0723a7721b2584ab3550ebc95c3f7b95766f6c7cc597d08a3cdc32ddafed757ab659e4c23c1ab0f6144bf4035fdc795834702a11a5b1295
b2sums = 4d4386ca622fdf5f7c9ac23fd8dd5b18592b27b246478f3755262aceb758e52f1a9ff5d63ef76701b31fd6b7d91ef3978d9a35bc14e6478baee08add6a404891
pkgname = singularity-ce
diff --git a/PKGBUILD b/PKGBUILD
index d4afac0620fc..230411f97793 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco Rubin <marco.rubin@protonmail.com>
pkgname=singularity-ce
-pkgver=3.11.2
+pkgver=3.11.3
pkgrel=1
pkgdesc='An open source container platform designed to be simple, fast, and secure.'
arch=(x86_64)
@@ -29,7 +29,7 @@ provides=('singularity-container')
conflicts=('singularity-container')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
'tmpfiles.conf')
-b2sums=('10875431860560f2486117e00ece9e091c0bd21cd8c3f378a9cd18aa90934641ac81122cfdf80871fe5259f933ef1fd17ce2c9701f6298c9f892355fbf08fed4'
+b2sums=('e4c9393bcfaf0a36b0723a7721b2584ab3550ebc95c3f7b95766f6c7cc597d08a3cdc32ddafed757ab659e4c23c1ab0f6144bf4035fdc795834702a11a5b1295'
'4d4386ca622fdf5f7c9ac23fd8dd5b18592b27b246478f3755262aceb758e52f1a9ff5d63ef76701b31fd6b7d91ef3978d9a35bc14e6478baee08add6a404891')
prepare() {