summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2019-09-17 16:54:52 +0200
committerAlexey Stukalov2019-09-17 16:55:11 +0200
commitfe41dbf4a8a4800e8ffa7a6479aaaa2eb82bc341 (patch)
tree0aeb4613e5be31118cf94c03476242e63d230a11
parentc7d1b53bf8de5d80cbca904219ff47c13ab3782d (diff)
downloadaur-fe41dbf4a8a4800e8ffa7a6479aaaa2eb82bc341.tar.gz
update to 0.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0ae1faee043..e646a0ce2026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = charliecloud
pkgdesc = Lightweight user-defined software stacks for high-performance computing
- pkgver = 0.9.8
+ pkgver = 0.10
pkgrel = 1
url = https://hpc.github.io/charliecloud
arch = any
@@ -11,8 +11,8 @@ pkgbase = charliecloud
depends = python
optdepends = docker>=17.03
options = !emptydirs
- source = https://github.com/hpc/charliecloud/releases/download/v0.9.8/charliecloud-0.9.8.tar.gz
- sha1sums = aee1b1642812378006d5d1fc0c1de03e159c6262
+ source = https://github.com/hpc/charliecloud/releases/download/v0.10/charliecloud-0.10.tar.gz
+ sha1sums = 331b475c17e4c57d9e2751a7c73f21ff62520220
pkgname = charliecloud
diff --git a/PKGBUILD b/PKGBUILD
index c274c107e86a..522c09e2344b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=charliecloud
-pkgver=0.9.8
+pkgver=0.10
pkgrel=1
pkgdesc="Lightweight user-defined software stacks for high-performance computing"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
'docker>=17.03'
)
source=("https://github.com/hpc/charliecloud/releases/download/v${pkgver}/charliecloud-${pkgver}.tar.gz")
-sha1sums=('aee1b1642812378006d5d1fc0c1de03e159c6262')
+sha1sums=('331b475c17e4c57d9e2751a7c73f21ff62520220')
url="https://hpc.github.io/charliecloud"
options+=('!emptydirs')