Merge pull request #3372 from enguerrand/ClusterSSH

ClusterSSH: updated to 4.05
This commit is contained in:
Juan RP 2016-01-14 09:05:33 +01:00
commit ad45722f52
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,9 @@
# Template build file for 'ClusterSSH'. # Template build file for 'ClusterSSH'.
pkgname=ClusterSSH pkgname=ClusterSSH
_distver=4.03_06 version=4.05
version=${_distver/_/.}
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="App-${pkgname}-${_distver}" wrksrc="App-${pkgname}-${version}"
build_style=perl-ModuleBuild build_style=perl-ModuleBuild
hostmakedepends="xterm openssh hostmakedepends="xterm openssh
perl-CPAN-Changes perl-Module-Build perl-Try-Tiny perl-Tk 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>" maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
homepage="http://clusterssh.sourceforge.net" homepage="http://clusterssh.sourceforge.net"
license="GPL-1, Artistic" license="GPL-1, Artistic"
distfiles="${SOURCEFORGE_SITE}/clusterssh/App-${pkgname}-${_distver}.tar.gz" distfiles="${SOURCEFORGE_SITE}/clusterssh/App-${pkgname}-${version}.tar.gz"
checksum=f3c5c89669deb7a579be65a0dba1e197b6d8b9f1d5b3e48b8a0646193d0bf6f0 checksum=a2fa2722f1cf6901daa4576b2c2ec09e3c44a9911912d48332a6b66de2ddabd6

View file

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