summaryrefslogtreecommitdiffstats
path: root/rules/libnewt.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-11-29 11:08:48 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-12-01 14:11:53 +0100
commit5e3f581f6d1ff4c0ea11c42c7697fbc26611e1fb (patch)
tree01bd1c712738d46b3d07612eb749caa26fb4b276 /rules/libnewt.make
parentab8a526126bd42964df1aaf548a89e48e6cad75c (diff)
downloadptxdist-5e3f581f6d1ff4c0ea11c42c7697fbc26611e1fb.tar.gz
ptxdist-5e3f581f6d1ff4c0ea11c42c7697fbc26611e1fb.tar.xz
libnewt: fix URL
fedorahosted.org has retired. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libnewt.make')
-rw-r--r--rules/libnewt.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libnewt.make b/rules/libnewt.make
index 2a7dfa90f..5c99bc0bc 100644
--- a/rules/libnewt.make
+++ b/rules/libnewt.make
@@ -20,7 +20,7 @@ LIBNEWT_VERSION := 0.52.20
LIBNEWT_MD5 := 70b288f821234593a8e7920e435b259b
LIBNEWT := newt-$(LIBNEWT_VERSION)
LIBNEWT_SUFFIX := tar.gz
-LIBNEWT_URL := https://fedorahosted.org/releases/n/e/newt/$(LIBNEWT).$(LIBNEWT_SUFFIX)
+LIBNEWT_URL := https://releases.pagure.org/newt/$(LIBNEWT).$(LIBNEWT_SUFFIX)
LIBNEWT_SOURCE := $(SRCDIR)/$(LIBNEWT).$(LIBNEWT_SUFFIX)
LIBNEWT_DIR := $(BUILDDIR)/$(LIBNEWT)
LIBNEWT_LICENSE := GPL-2.0