summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorczk2018-04-20 21:26:32 +0200
committerczk2018-04-20 21:26:32 +0200
commit399696ad85009479e69a6eca8bab064f92b441f3 (patch)
tree50c1c4da42aa736ba69a1b265f3d9b152c648838 /PKGBUILD
parent0ffda400f0069bae902fe5003f9e3b2b5872cdf3 (diff)
downloadaur-399696ad85009479e69a6eca8bab064f92b441f3.tar.gz
2.4.6 release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e9199236177..18c0b8d7dea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maciej Sieczka <msieczka at sieczka dot org>
pkgname='singularity-container'
-pkgver='2.4.5'
+pkgver='2.4.6'
pkgrel='1'
pkgdesc='Container platform focused on supporting "Mobility of Compute".'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='http://singularity.lbl.gov'
license=('BSD')
depends=('bash' 'python' 'squashfs-tools')
source=("https://github.com/singularityware/singularity/releases/download/${pkgver}/singularity-${pkgver}.tar.gz")
-md5sums=('1d46a29c902d98e176b778c03af133f0')
+md5sums=('30446f20ac880e2dfc7a856aee8cb52e')
build() {
cd "${srcdir}/singularity-${pkgver}"