summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorczk2021-04-09 15:05:32 +0200
committerczk2021-04-09 15:05:32 +0200
commitf2935f38f68369a5e0653f8ac156592df3b268fe (patch)
tree8b74852b9b8e083e801ab6a64d956fda4c117788 /PKGBUILD
parent2eec8122aa11af9e63933fce9dd24830cec2e781 (diff)
downloadaur-singularity-container.tar.gz
Upgrade to latest release - 3.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44c4130fddb1..d7d170c11108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=singularity
pkgname=singularity-container
-pkgver=3.7.2
+pkgver=3.7.3
pkgrel=1
pkgdesc='Application containers for Linux'
arch=('x86_64')
@@ -17,7 +17,7 @@ depends=(
squashfs-tools
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hpcng/singularity/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('36916222e26fb934404f0766e0ff368edac36d7fc31ca571f5f609466609066b')
+sha256sums=('6667eb8875d2b66d73504f40c956b42b1351744f488d164204376215d885da5c')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"