summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2023-02-18 14:05:17 +0100
committerHyacinthe Cartiaux2023-02-18 14:05:17 +0100
commitad70610fce7a476ebb18acfaa8f1319890060b47 (patch)
treea702336020b1109f8eeafc688b6a574edf1210a2 /PKGBUILD
parent219e7f259067df2d5c7f7b2b75977747f0c90a45 (diff)
downloadaur-ad70610fce7a476ebb18acfaa8f1319890060b47.tar.gz
Update to 1.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67895c3f032e..fa930e2cfec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aurelien Cedeyn <aurelien.cedeyn@gmail.com>
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname="clustershell"
-pkgver=1.9
+pkgver=1.9.1
pkgrel=1
pkgdesc="Python framework for efficient cluster administration"
arch=(any)
@@ -20,7 +20,7 @@ install=
changelog=ChangeLog
source=(https://github.com/cea-hpc/${pkgname}/archive/v${pkgver}.tar.gz)
noextract=()
-sha256sums=('f983c2908f26301cb354fe56df00ef008d521eeeab08780e9458a1f629d393bc')
+sha256sums=('f2e206d20012767b4d8405909bde1494820b7ae70e33c8736a2425f1d9357b92')
build() {
echo "Directory: ${srcdir}/${pkgname}-${pkgver}"