summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrrossum2024-02-06 12:18:07 +0100
committerdrrossum2024-02-06 12:18:07 +0100
commitfab4e019d0ca17bf0315bd43cdc591ffdc0adf63 (patch)
tree70e744d774fedd2e628e1d02f567dacc09bc626a /PKGBUILD
parent83e56e982acc6ace3042e883f11528725f2cda70 (diff)
downloadaur-pdsh.tar.gz
Bump to rev 2.35
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"