Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] axel: fixed package download issue
@ 2014-02-01 12:46 Martin Bark
  2014-02-02  8:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Bark @ 2014-02-01 12:46 UTC (permalink / raw)
  To: buildroot

This patch updates axel.mk to download axel v2.4 from snapshot.debian.org.
The download from alioth.debian.org is currently broken resulting in a
malformed axel.2.4.tar.gz being downloaded and the build failing.  The
package is available instead from snapshot.debian.org.

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 package/axel/axel.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/axel/axel.mk b/package/axel/axel.mk
index a83001f..d448dbb 100644
--- a/package/axel/axel.mk
+++ b/package/axel/axel.mk
@@ -5,7 +5,8 @@
 ################################################################################
 
 AXEL_VERSION = 2.4
-AXEL_SITE = https://alioth.debian.org/frs/download.php/file/3015
+AXEL_SOURCE = axel_$(AXEL_VERSION).orig.tar.gz
+AXEL_SITE = http://snapshot.debian.org/archive/debian/20090429T154100Z/pool/main/a/axel
 AXEL_LICENSE = GPLv2+
 AXEL_LICENSE_FILES = COPYING
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-04  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-01 12:46 [Buildroot] [PATCH 1/1] axel: fixed package download issue Martin Bark
2014-02-02  8:10 ` Thomas Petazzoni
2014-02-04  0:00   ` Martin Bark

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