rpm5.org has been a parking domain for at least 2 years, it is unlikely to come back. Add a few other mirrors.
Signed-off-by: Roland Hieber <[email protected]> --- rules/libpopt.make | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/libpopt.make b/rules/libpopt.make index 0bfecc7aebcf..7de94b406c82 100644 --- a/rules/libpopt.make +++ b/rules/libpopt.make @@ -19,8 +19,10 @@ LIBPOPT_VERSION := 1.16 LIBPOPT_MD5 := 3743beefa3dd6247a73f8f7a32c14c33 LIBPOPT := popt-$(LIBPOPT_VERSION) LIBPOPT_SUFFIX := tar.gz -LIBPOPT_URL := http://rpm5.org/files/popt/$(LIBPOPT).$(LIBPOPT_SUFFIX) \ - http://distfiles.gentoo.org/distfiles/$(LIBPOPT).$(LIBPOPT_SUFFIX) +LIBPOPT_URL := \ + http://deb.debian.org/debian/pool/main/p/popt/popt_$(LIBPOPT).orig.$(LIBPOPT_SUFFIX) \ + http://distfiles.gentoo.org/distfiles/$(LIBPOPT).$(LIBPOPT_SUFFIX) \ + ftp://anduin.linuxfromscratch.org/BLFS/popt/$(LIBPOPT).$(LIBPOPT_SUFFIX) LIBPOPT_SOURCE := $(SRCDIR)/$(LIBPOPT).$(LIBPOPT_SUFFIX) LIBPOPT_DIR := $(BUILDDIR)/$(LIBPOPT) LIBPOPT_LICENSE := MIT -- 2.27.0 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
