summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 331915da1058..ca34283b6d4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdsh
pkgdesc = Parallel Distributed Shell
- pkgver = 2.34
+ pkgver = 2.35
pkgrel = 1
url = https://github.com/chaos/pdsh
arch = i686
@@ -10,8 +10,7 @@ pkgbase = pdsh
depends = openssh
optdepends = perl: required by the dshbak utility
options = libtool
- source = https://github.com/chaos/pdsh/releases/download/pdsh-2.34/pdsh-2.34.tar.gz
- md5sums = 75916c61a469303ff859605b1375d391
+ source = https://github.com/chaos/pdsh/releases/download/pdsh-2.35/pdsh-2.35.tar.gz
+ md5sums = d9ed65a6ede56a9e1f718af3b39a5d2b
pkgname = pdsh
-
diff --git a/PKGBUILD b/PKGBUILD
index e19aa0f1756b..3671069e10fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: sh0 <mee@sh0.org>
pkgname=pdsh
-pkgver=2.34
+pkgver=2.35
pkgrel=1
pkgdesc='Parallel Distributed Shell'
url='https://github.com/chaos/pdsh'
@@ -13,7 +13,7 @@ makedepends=('autoconf')
optdepends=('perl: required by the dshbak utility')
options=('libtool')
source=("https://github.com/chaos/pdsh/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('75916c61a469303ff859605b1375d391')
+md5sums=('d9ed65a6ede56a9e1f718af3b39a5d2b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"