summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordialuplama2020-10-15 12:29:39 +0300
committerdialuplama2020-10-15 12:29:39 +0300
commit9b5734a311cb0b0495d1f20f15aa547fb3d46b3b (patch)
tree3affdea1def215ef7365f1c690ee97e9451f25f4 /PKGBUILD
parentd9f4f29f99f1802ce99ef0499852ee22012b64a0 (diff)
downloadaur-9b5734a311cb0b0495d1f20f15aa547fb3d46b3b.tar.gz
update version
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"