summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2024-01-11 15:36:26 +0100
committerMarco Rubin2024-01-11 15:36:26 +0100
commit2cfdeaedaa8e259d82ca8c061dce6b2d5213786f (patch)
treef23f6dfd36246555f5b4ebc39530fcfe3cb1c745
parent1a3e722b66136b6cd167066dae50f83248903337 (diff)
downloadaur-2cfdeaedaa8e259d82ca8c061dce6b2d5213786f.tar.gz
4.0.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79393f84f0ab..691515930281 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.0.2
+ pkgver = 4.0.3
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.0.2/singularity-ce-4.0.2.tar.gz
+ source = https://github.com/sylabs/singularity/releases/download/v4.0.3/singularity-ce-4.0.3.tar.gz
source = tmpfiles.conf
- b2sums = 9105c42f66ae70948968827d124205f19705efe1219f39d146331684be9445a22e56c9e9974664b9e0f2ea865fa54645b2a7bf63992e51126fe5b64ea98e9b55
+ b2sums = 02afd0878de076b69a5102a1f13090463bc0a28e760af052c01426846ebc1443ed2c85dab88ee25b8169bd759fc8f6756d201a59d141dd7295dd10121e2a3f79
b2sums = 97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385
pkgname = singularity-ce
diff --git a/PKGBUILD b/PKGBUILD
index 7f3426b24ccf..9c2591ab9fcd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco Rubin <marco.rubin@protonmail.com>
pkgname=singularity-ce
-pkgver=4.0.2
+pkgver=4.0.3
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=('9105c42f66ae70948968827d124205f19705efe1219f39d146331684be9445a22e56c9e9974664b9e0f2ea865fa54645b2a7bf63992e51126fe5b64ea98e9b55'
+b2sums=('02afd0878de076b69a5102a1f13090463bc0a28e760af052c01426846ebc1443ed2c85dab88ee25b8169bd759fc8f6756d201a59d141dd7295dd10121e2a3f79'
'97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385')
build() {