summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsysmso2019-09-19 11:13:34 +0200
committerGitHub2019-09-19 11:13:34 +0200
commit2ab3442c6ab487e632bf7a18f34d7fb154c6f2b5 (patch)
tree48c07ca3f6157f963e771c72fd616ab11209ba1d /PKGBUILD
parentd52d44e6d513663c76dd5e4d064556fd09ea6eb4 (diff)
downloadaur-2ab3442c6ab487e632bf7a18f34d7fb154c6f2b5.tar.gz
Update PKGBUILD
Update for 3.4.0 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b70528c8aab..c558a158caf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maciej Sieczka <msieczka at sieczka dot org>
pkgname='singularity-container'
-pkgver='3.3.0'
+pkgver='3.4.0'
pkgrel='1'
pkgdesc='Container platform focused on supporting "Mobility of Compute".'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('go' 'dep')
depends=('squashfs-tools' 'libseccomp')
source=("https://github.com/sylabs/singularity/releases/download/v${pkgver}/singularity-${pkgver}.tar.gz")
noextract=("singularity-${pkgver}.tar.gz")
-md5sums=('cd5c4864c6166143f28e1780797198cc')
+md5sums=('71619ef272f697ea413b0217a7bb0aa2')
prepare() {
export GOPATH="${srcdir}/singularity"