wok diff perl-config-tiny/receipt @ rev 25857
Fix reset menu.xml symlink when upgrade slitaz-configs
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Aug 07 17:10:52 2025 +0000 (7 days ago) |
parents | b27d8c263cba |
children |
line diff
1.1 --- a/perl-config-tiny/receipt Fri Feb 23 15:13:32 2024 +0000 1.2 +++ b/perl-config-tiny/receipt Thu Aug 07 17:10:52 2025 +0000 1.3 @@ -11,11 +11,12 @@ 1.4 1.5 SOURCE="Config-Tiny" 1.6 TARBALL="$SOURCE-$VERSION.tgz" 1.7 -WGET_URL="https://www.cpan.org/modules/by-module/Config/$TARBALL" 1.8 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$TARBALL" 1.9 1.10 DEPENDS="perl" 1.11 BUILD_DEPENDS="perl" 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 | \