mpfr: Update mirror URL

Update the URL to use https.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2023-09-10 08:58:34 +12:00
parent 2b2183b321
commit e5046f3e84

View File

@ -1,7 +1,7 @@
repository='git https://gitlab.inria.fr/mpfr/mpfr.git' repository='git https://gitlab.inria.fr/mpfr/mpfr.git'
# TBD: meta-package autoconf-archive to install extra m4's # TBD: meta-package autoconf-archive to install extra m4's
bootstrap='wget -O m4/ax_pthread.m4 \\"http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_pthread.m4\\" && ./autogen.sh' bootstrap='wget -O m4/ax_pthread.m4 \\"http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_pthread.m4\\" && ./autogen.sh'
mirrors='http://www.mpfr.org/mpfr-${CT_MPFR_VERSION} $(CT_Mirrors GNU mpfr)' mirrors='https://www.mpfr.org/mpfr-${CT_MPFR_VERSION} $(CT_Mirrors GNU mpfr)'
relevantpattern='*.*|.' relevantpattern='*.*|.'
archive_formats='.tar.xz .tar.bz2 .tar.gz .zip' archive_formats='.tar.xz .tar.bz2 .tar.gz .zip'
signature_format='packed/.asc' signature_format='packed/.asc'