ClusterSSH: update to 4.14
Version number scheme changed to standard v#.##
This commit is contained in:
parent
a4b57c1321
commit
b8103351cb
2 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'ClusterSSH'
|
||||
pkgname=ClusterSSH
|
||||
version=4.13.2.02
|
||||
version=4.14
|
||||
revision=1
|
||||
_distver="${version%.*}_${version##*.}"
|
||||
archs=noarch
|
||||
wrksrc="clusterssh-${_distver}"
|
||||
wrksrc="clusterssh-${version}"
|
||||
build_style=perl-ModuleBuild
|
||||
hostmakedepends="xterm openssh
|
||||
perl-CPAN-Changes perl-Module-Build perl-Try-Tiny perl-Tk
|
||||
|
@ -18,8 +17,8 @@ maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
|||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="https://github.com/duncs/clusterssh"
|
||||
changelog="https://raw.githubusercontent.com/duncs/clusterssh/master/Changes"
|
||||
distfiles="https://github.com/duncs/clusterssh/archive/v${_distver}.tar.gz"
|
||||
checksum=5c03b706267ddf0b84cf1f1cd6756344859a90a20e3dcc3018820fe142146780
|
||||
distfiles="https://github.com/duncs/clusterssh/archive/v${version}.tar.gz"
|
||||
checksum=179ac8a7c27ec9674d2aa3f65ebb097b4945646c71f83f52fe2b8b24c21cd629
|
||||
|
||||
pre_check() {
|
||||
touch README
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pattern="clusterssh/archive/[-_a-z]+\K[-_.\d]+(?=\.tar\.gz)"
|
Loading…
Reference in a new issue