Switch from ftp.gnu.org to mirrors.kernel.org
[termux-packages] / packages / libmpfr / build.sh
index c8f4eeb..1c9a5f1 100755 (executable)
@@ -2,5 +2,5 @@ TERMUX_PKG_HOMEPAGE=http://www.mpfr.org/
 TERMUX_PKG_DESCRIPTION="C library for multiple-precision floating-point computations with correct rounding"
 TERMUX_PKG_DEPENDS="libgmp"
 TERMUX_PKG_VERSION=3.1.4
-TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz
+TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"