mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] slang: add additional URL for older releases
@ 2016-11-26 22:45 Alexander Dahl
  0 siblings, 0 replies; only message in thread
From: Alexander Dahl @ 2016-11-26 22:45 UTC (permalink / raw)
  To: ptxdist

meanwhile slang 2.3.0 gives a HTTP error 404 on the first URL. change
tested with current DistroKit.

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 rules/slang.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/slang.make b/rules/slang.make
index d4dd301..c8bf716 100644
--- a/rules/slang.make
+++ b/rules/slang.make
@@ -22,7 +22,9 @@ SLANG_VERSION	:= 2.3.0
 SLANG_MD5	:= 3bcc790460d52db1316c20395b7ac2f1
 SLANG		:= slang-$(SLANG_VERSION)
 SLANG_SUFFIX	:= tar.bz2
-SLANG_URL	:= http://www.jedsoft.org/releases/slang/$(SLANG).$(SLANG_SUFFIX)
+SLANG_URL	:= \
+    http://www.jedsoft.org/releases/slang/$(SLANG).$(SLANG_SUFFIX) \
+    http://www.jedsoft.org/releases/slang/old/$(SLANG).$(SLANG_SUFFIX)
 SLANG_SOURCE	:= $(SRCDIR)/$(SLANG).$(SLANG_SUFFIX)
 SLANG_DIR	:= $(BUILDDIR)/$(SLANG)
 
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-26 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-26 22:45 [ptxdist] [PATCH] slang: add additional URL for older releases Alexander Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox