summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93e5aa8e4f55..90a4b2fcc5bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 11 07:44:37 UTC 2016
+# Fri Aug 25 07:00:49 UTC 2017
pkgbase = pdsh
pkgdesc = Parallel Distributed Shell
- pkgver = 2.31
+ pkgver = 2.32
pkgrel = 1
url = https://github.com/grondo/pdsh
arch = i686
@@ -13,8 +13,8 @@ pkgbase = pdsh
depends = readline
optdepends = perl: required by the dshbak utility
options = libtool
- source = https://github.com/grondo/pdsh/archive/pdsh-2.31.tar.gz
- md5sums = cab34b0ca78f3cf596fd648b265223ed
+ source = https://github.com/grondo/pdsh/archive/pdsh-2.32.tar.gz
+ md5sums = 3af36658154e2983c9e4067f91672c54
pkgname = pdsh
diff --git a/PKGBUILD b/PKGBUILD
index 412e37206ad9..72c14beb6b74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: sh0 <mee@sh0.org>
pkgname=pdsh
-pkgver=2.31
+pkgver=2.32
pkgrel=1
pkgdesc='Parallel Distributed Shell'
url='https://github.com/grondo/pdsh'
@@ -11,8 +11,8 @@ license=('GPL')
depends=('glibc' 'openssh' 'readline')
optdepends=('perl: required by the dshbak utility')
options=('libtool')
-source=("https://github.com/grondo/pdsh/archive/pdsh-2.31.tar.gz")
-md5sums=('cab34b0ca78f3cf596fd648b265223ed')
+source=("https://github.com/grondo/pdsh/archive/pdsh-2.32.tar.gz")
+md5sums=('3af36658154e2983c9e4067f91672c54')
build() {
cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"