wok diff perl-libjson/receipt @ rev 25864
ncurses-dev: fix pkgconfig path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 30 13:06:18 2025 +0000 (9 days ago) |
parents | e717a4953b0e |
children |
line diff
1.1 --- a/perl-libjson/receipt Mon May 02 16:22:04 2022 +0000 1.2 +++ b/perl-libjson/receipt Sat Aug 30 13:06:18 2025 +0000 1.3 @@ -8,12 +8,13 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="https://metacpan.org/release/JSON" 1.8 +WEB_SITE="https://metacpan.org/dist/JSON" 1.9 WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/$TARBALL" 1.10 1.11 DEPENDS="perl" 1.12 BUILD_DEPENDS="perl" 1.13 1.14 +# What is the latest version available today? 1.15 current_version() 1.16 { 1.17 wget -O - $WEB_SITE 2>/dev/null | \