wok diff mpfr/receipt @ rev 24980

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 09:19:55 2022 +0000 (2022-05-08)
parents 9dbcbcae7c12
children c470ca10c896
line diff
     1.1 --- a/mpfr/receipt	Mon Apr 11 07:23:35 2022 +0100
     1.2 +++ b/mpfr/receipt	Sun May 08 09:19:55 2022 +0000
     1.3 @@ -6,10 +6,10 @@
     1.4  SHORT_DESC="C library for multiple-precision floating-point computations."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL3"
     1.7 -WEB_SITE="https://www.mpfr.org/"
     1.8 +WEB_SITE="https://gitlab.inria.fr/mpfr"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11 -WGET_URL="${WEB_SITE}$PACKAGE-$VERSION/$TARBALL"
    1.12 +WGET_URL="https://ftp.gnu.org/gnu/mpfr/$TARBALL"
    1.13  
    1.14  DEPENDS="gmp"
    1.15  BUILD_DEPENDS="gmp-dev"