* [ptxdist] [PATCH] latencytop: fix URL
@ 2018-08-14 6:34 Oleksij Rempel
0 siblings, 0 replies; only message in thread
From: Oleksij Rempel @ 2018-08-14 6:34 UTC (permalink / raw)
To: ptxdist; +Cc: Oleksij Rempel
www.latencytop.org is down. Let's switch to debian snapshot.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
rules/latencytop.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/latencytop.make b/rules/latencytop.make
index bd50e48fc..18d8ba7a8 100644
--- a/rules/latencytop.make
+++ b/rules/latencytop.make
@@ -20,8 +20,9 @@ LATENCYTOP_VERSION := 0.5
LATENCYTOP_MD5 := 73bb3371c6ee0b0e68e25289027e865c
LATENCYTOP := latencytop-$(LATENCYTOP_VERSION)
LATENCYTOP_SUFFIX := tar.gz
-LATENCYTOP_URL := https://www.latencytop.org/download/$(LATENCYTOP).$(LATENCYTOP_SUFFIX);no-check-certificate
-LATENCYTOP_SOURCE := $(SRCDIR)/$(LATENCYTOP).$(LATENCYTOP_SUFFIX)
+LATENCYTOP_TARBALL := latencytop_$(LATENCYTOP_VERSION).orig.$(LATENCYTOP_SUFFIX)
+LATENCYTOP_URL := http://snapshot.debian.org/archive/debian/20180814T030639Z/pool/main/l/latencytop/$(LATENCYTOP_TARBALL)
+LATENCYTOP_SOURCE := $(SRCDIR)/$(LATENCYTOP_TARBALL)
LATENCYTOP_DIR := $(BUILDDIR)/$(LATENCYTOP)
LATENCYTOP_LICENSE := GPL-2.0-only
--
2.18.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-14 6:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-14 6:34 [ptxdist] [PATCH] latencytop: fix URL Oleksij Rempel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox