wok diff perl-io-capture/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents 660220d9dba5
children
line diff
     1.1 --- a/perl-io-capture/receipt	Fri Oct 12 11:23:47 2018 +0200
     1.2 +++ b/perl-io-capture/receipt	Mon May 16 16:20:40 2022 +0100
     1.3 @@ -10,9 +10,15 @@
     1.4  BUILD_DEPENDS="perl"
     1.5  SOURCE="IO-Capture"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://cpan.org/"
     1.8 +WEB_SITE="https://metacpan.org/dist/IO-Capture"
     1.9  WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REYNOLDS/$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  {