wok diff perl-test-deep/receipt @ rev 25678

Patch ghostscript CVE-2023-36664
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 08 14:12:03 2024 +0100 (6 months ago)
parents 15650f5d595b
children 0af8df0b46fc
line diff
     1.1 --- a/perl-test-deep/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-test-deep/receipt	Fri Mar 08 14:12:03 2024 +0100
     1.3 @@ -10,11 +10,12 @@
     1.4  
     1.5  SOURCE="Test-Deep"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL"
     1.8 +WGET_URL="https://cpan.metacpan.org/modules/by-module/Test/$TARBALL"
     1.9  
    1.10  DEPENDS="perl perl-test-nowarnings"
    1.11  BUILD_DEPENDS="$DEPENDS"
    1.12  
    1.13 +# What is the latest version available today?
    1.14  current_version()
    1.15  {
    1.16  	wget -O - $WEB_SITE 2>/dev/null | \