summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c41ed851334..4227afb2fdfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Dialup Lama <dialuplama8@gmail.com>
+# maintainer: dialuplama <dialuplama@teknik.io>
+# co-maintainer: muhas <muhas@mail.ru>
pkgname=dsh
-pkgver=0.25.9
+pkgver=0.25.10
pkgrel=1
pkgdesc="Distributed shell (or dancer’s shell) executes command remotely on several different machines at the same time."
arch=('any')
@@ -9,7 +10,7 @@ url="http://www.netfort.gr.jp/~dancer/software/dsh.html"
license=('GPL2')
depends=('libdshconfig')
source=("https://www.netfort.gr.jp/~dancer/software/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('60734780242172fca9e68d223654292d')
+md5sums=('5269b26348cc1cc6252317c6dca5d219')
build() {
cd "$pkgname-$pkgver"