summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-11-17 16:15:44 +0100
committerMarco Rubin2023-11-17 16:15:44 +0100
commit1a3e722b66136b6cd167066dae50f83248903337 (patch)
treebd56fae26d392979fa11005123b4114a01ec0553
parent07698f1fd32c72993a8ec44a8ea127ac96bd2447 (diff)
downloadaur-1a3e722b66136b6cd167066dae50f83248903337.tar.gz
4.0.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d06e4cd46872..79393f84f0ab 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.0
+ pkgver = 4.0.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.0.0/singularity-ce-4.0.0.tar.gz
+ source = https://github.com/sylabs/singularity/releases/download/v4.0.2/singularity-ce-4.0.2.tar.gz
source = tmpfiles.conf
- b2sums = 04e0b07ab09adc0ad65c61b70e9162d64a46305e78b59a99f9dfe9d18058522ed3fef4e2c970654fe331e3964861e3cc567a3cd279efeba4d95717b352ec8320
+ b2sums = 9105c42f66ae70948968827d124205f19705efe1219f39d146331684be9445a22e56c9e9974664b9e0f2ea865fa54645b2a7bf63992e51126fe5b64ea98e9b55
b2sums = 97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385
pkgname = singularity-ce
diff --git a/PKGBUILD b/PKGBUILD
index da729f92a9b4..7f3426b24ccf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco Rubin <marco.rubin@protonmail.com>
pkgname=singularity-ce
-pkgver=4.0.0
+pkgver=4.0.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=('04e0b07ab09adc0ad65c61b70e9162d64a46305e78b59a99f9dfe9d18058522ed3fef4e2c970654fe331e3964861e3cc567a3cd279efeba4d95717b352ec8320'
+b2sums=('9105c42f66ae70948968827d124205f19705efe1219f39d146331684be9445a22e56c9e9974664b9e0f2ea865fa54645b2a7bf63992e51126fe5b64ea98e9b55'
'97226e92c3ae887c4e33561fddf60887c395b02a8aee11be78c28fc909df597ed806dd11cdbde00b22452ddeeff04f1ed94d45bb5330b1b38449f6f829f42385')
build() {