wok-current diff perl-soap-lite/receipt @ rev 24189
updated perl-convert-asn1 (0.27 -> 0.33)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 14:27:15 2021 +0100 (2021-12-31) |
parents | 20661c276bcf |
children | 9645753904c8 |
line diff
1.1 --- a/perl-soap-lite/receipt Sun Jan 27 17:42:10 2019 +0100 1.2 +++ b/perl-soap-lite/receipt Fri Dec 31 14:27:15 2021 +0100 1.3 @@ -10,9 +10,15 @@ 1.4 BUILD_DEPENDS="perl" 1.5 SOURCE="SOAP-Lite" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://www.cpan.org/modules/" 1.8 +WEB_SITE="https://metacpan.org/dist/SOAP-Lite" 1.9 WGET_URL="https://metacpan.org/CPAN/authors/id/M/MK/MKUTTER/$TARBALL" 1.10 1.11 +current_version() 1.12 +{ 1.13 + wget -O - $WEB_SITE 2>/dev/null | \ 1.14 + sed '/release-name/!d;s|.*-v*||;s|<.*||;q' 1.15 +} 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {