summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2024-03-05 20:22:07 +0100
committerMarco Rubin2024-03-05 20:22:07 +0100
commit9a6908c9dfc031515ac9eefe34231ceb002ae43c (patch)
treed68d194a64f794bcd9bf717adbf2f185061a503d
parent7758a29effc6a06e2e347db8572d354e0621f30b (diff)
downloadaur-9a6908c9dfc031515ac9eefe34231ceb002ae43c.tar.gz
4.1.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 535c003caf27..2c21ce8252cb 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 = 4.1.1
+ pkgver = 4.1.2
pkgrel = 1
url = https://github.com/sylabs/singularity
arch = x86_64
@@ -27,9 +27,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/v4.1.1/singularity-ce-4.1.1.tar.gz
+ source = https://github.com/sylabs/singularity/releases/download/v4.1.2/singularity-ce-4.1.2.tar.gz
source = tmpfiles.conf
- b2sums = 2a4efd996f6fa8a818f87740c8c31834cbe07ad0859b7e96439fed95aa73c5e1e2a0e632f151600bd0459237c7c8b2036529d491faae5df887c7368a6f777658
+ b2sums = af1f717bbfe09f8d392ce3e2c5cecc462359856a735fb9f07e8245dc75d2cdde5069aebe01deb4668bb2859e6f396911e00b581d8cc9ba3334a7384e6ec72681
b2sums = 97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385
pkgname = singularity-ce
diff --git a/PKGBUILD b/PKGBUILD
index 5189a2090e16..425d6567037a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco Rubin <marco.rubin@protonmail.com>
pkgname=singularity-ce
-pkgver=4.1.1
+pkgver=4.1.2
pkgrel=1
pkgdesc='An open source container platform designed to be simple, fast, and secure.'
arch=(x86_64)
@@ -30,7 +30,7 @@ provides=('singularity-container')
conflicts=('singularity-container')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
'tmpfiles.conf')
-b2sums=('2a4efd996f6fa8a818f87740c8c31834cbe07ad0859b7e96439fed95aa73c5e1e2a0e632f151600bd0459237c7c8b2036529d491faae5df887c7368a6f777658'
+b2sums=('af1f717bbfe09f8d392ce3e2c5cecc462359856a735fb9f07e8245dc75d2cdde5069aebe01deb4668bb2859e6f396911e00b581d8cc9ba3334a7384e6ec72681'
'97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385')
build() {