wok diff perl-crypt-blowfish/receipt @ rev 24803
updated libksba and libksba-dev (1.3.5 -> 1.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 22 10:41:33 2022 +0100 (2022-03-22) |
parents | 6da151f9496c |
children |
line diff
1.1 --- a/perl-crypt-blowfish/receipt Thu Aug 06 02:14:05 2015 +0000 1.2 +++ b/perl-crypt-blowfish/receipt Tue Mar 22 10:41:33 2022 +0100 1.3 @@ -10,9 +10,15 @@ 1.4 BUILD_DEPENDS="perl" 1.5 SOURCE="Crypt-Blowfish" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://cpan.org/" 1.8 +WEB_SITE="https://metacpan.org/dist/Crypt-Blowfish" 1.9 WGET_URL="http://cpan.org/authors/id/D/DP/DPARIS/$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 {