mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <post@lespocky.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] slang: add additional URL for older releases
Date: Sat, 26 Nov 2016 23:45:31 +0100	[thread overview]
Message-ID: <1480200331-23739-1-git-send-email-post@lespocky.de> (raw)

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

                 reply	other threads:[~2016-11-26 22:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480200331-23739-1-git-send-email-post@lespocky.de \
    --to=post@lespocky.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox