wok rev 20906

perl-glib: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 10:53:14 2019 +0100 (2019-02-27)
parents 18c66805dd1a
children 3978bd77efff
files perl-glib/receipt
line diff
     1.1 --- a/perl-glib/receipt	Wed Feb 27 10:24:30 2019 +0100
     1.2 +++ b/perl-glib/receipt	Wed Feb 27 10:53:14 2019 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://metacpan.org/release/Glib"
     1.7 -WGET_URL="https://cpan.metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
     1.8 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()