On Wed, Aug 19, 2020 at 12:10:53PM +0200, Carsten Schlote wrote: > Add additional download URL due to extended downtimes on original download > site. > > Signed-off-by: Carsten Schlote <[email protected]> > --- > rules/host-mpfr.make | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make > index 54221ae..a54a80a 100644 > --- a/rules/host-mpfr.make > +++ b/rules/host-mpfr.make > @@ -24,7 +24,8 @@ HOST_MPFR_LICENSE := LGPL-3.0-or-later > > HOST_MPFR_URL := \ > > http://www.mpfr.org/mpfr-$(HOST_MPFR_VERSION)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX) > \ > - http://cross-lfs.org/files/packages/svn/$(HOST_MPFR).$(HOST_MPFR_SUFFIX) > + > http://cross-lfs.org/files/packages/svn/$(HOST_MPFR).$(HOST_MPFR_SUFFIX) \ > + https://ftp.gnu.org/gnu/mpfr/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)
$(call ptx/mirror, GNU, mpfr/$(HOST_MPFR).$(HOST_MPFR_SUFFIX)) > > # > ---------------------------------------------------------------------------- > # Prepare > -- > 2.25.1 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
