diff options
Diffstat (limited to 'main/pssh/APKBUILD')
-rw-r--r-- | main/pssh/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/pssh/APKBUILD b/main/pssh/APKBUILD index 25b174cadb1..3a56aff0d9b 100644 --- a/main/pssh/APKBUILD +++ b/main/pssh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr> pkgname=pssh pkgver=2.3.4 -pkgrel=2 +pkgrel=3 pkgdesc="PSSH provides parallel versions of OpenSSH and related tools: pssh, pscp, prsync, pnuke, and pslurp" url="https://github.com/lilydjwg/pssh" arch="noarch" @@ -29,4 +29,6 @@ package() { mv "$pkgdir"/usr/bin/pssh-askpass "$pkgdir"/usr/libexec/pssh } -sha512sums="7abf327ca53dda2402465254e447eb837babdd2b4d865abb5b52a1135bd234694b84c1148cb3e4ed0198271ed29333fc1b5d0d01dc653fcf6d3e5b9f170b9d4e pssh-2.3.4.tar.gz" +sha512sums=" +7abf327ca53dda2402465254e447eb837babdd2b4d865abb5b52a1135bd234694b84c1148cb3e4ed0198271ed29333fc1b5d0d01dc653fcf6d3e5b9f170b9d4e pssh-2.3.4.tar.gz +" |