summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordialuplama2020-10-15 12:29:39 +0300
committerdialuplama2020-10-15 12:29:39 +0300
commit9b5734a311cb0b0495d1f20f15aa547fb3d46b3b (patch)
tree3affdea1def215ef7365f1c690ee97e9451f25f4
parentd9f4f29f99f1802ce99ef0499852ee22012b64a0 (diff)
downloadaur-9b5734a311cb0b0495d1f20f15aa547fb3d46b3b.tar.gz
update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82011c316fdf..c96bbdc0b3e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = dsh
pkgdesc = Distributed shell (or dancer’s shell) executes command remotely on several different machines at the same time.
- pkgver = 0.25.9
+ pkgver = 0.25.10
pkgrel = 1
url = http://www.netfort.gr.jp/~dancer/software/dsh.html
arch = any
license = GPL2
depends = libdshconfig
- source = https://www.netfort.gr.jp/~dancer/software/downloads/dsh-0.25.9.tar.gz
- md5sums = 60734780242172fca9e68d223654292d
+ source = https://www.netfort.gr.jp/~dancer/software/downloads/dsh-0.25.10.tar.gz
+ md5sums = 5269b26348cc1cc6252317c6dca5d219
pkgname = dsh
+
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"