ClusterSSH: updated to 4.05

This commit is contained in:
Enguerrand de Rochefort 2016-01-13 23:07:43 +01:00
parent 69b727b782
commit c569809197
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,9 @@
# Template build file for 'ClusterSSH'.
pkgname=ClusterSSH
_distver=4.03_06
version=${_distver/_/.}
version=4.05
revision=1
noarch=yes
wrksrc="App-${pkgname}-${_distver}"
wrksrc="App-${pkgname}-${version}"
build_style=perl-ModuleBuild
hostmakedepends="xterm openssh
perl-CPAN-Changes perl-Module-Build perl-Try-Tiny perl-Tk
@ -16,5 +15,5 @@ short_desc='A tool for making the same change on multiple servers at the same ti
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
homepage="http://clusterssh.sourceforge.net"
license="GPL-1, Artistic"
distfiles="${SOURCEFORGE_SITE}/clusterssh/App-${pkgname}-${_distver}.tar.gz"
checksum=f3c5c89669deb7a579be65a0dba1e197b6d8b9f1d5b3e48b8a0646193d0bf6f0
distfiles="${SOURCEFORGE_SITE}/clusterssh/App-${pkgname}-${version}.tar.gz"
checksum=a2fa2722f1cf6901daa4576b2c2ec09e3c44a9911912d48332a6b66de2ddabd6

View file

@ -0,0 +1 @@
pattern='App-ClusterSSH-\K[\d.]+(?=\.tar\.[gx]z)'