wok diff mpfr/receipt @ rev 25510
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 12 20:36:56 2023 +0000 (21 months ago) |
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 Feb 12 20:36:56 2023 +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"