From 01d92e1c386b81a026199b66799c921a4a2e220c Mon Sep 17 00:00:00 2001 From: Ryan Barnett Date: Mon, 3 Feb 2014 22:22:53 +0100 Subject: Fix alioth.debian URLs that are broken Inspired by a patch from Martin Bark , this fixes autobuild issues related to packages not downloading from alioth.debian URLs. This patches is meant to be "temporary" until the URLs are fixed by debian. Fixes: http://autobuild.buildroot.org/results/8c3/8c34649a7f98f60f14cff8b32fa2f8e82b1afeb6 http://autobuild.buildroot.org/results/7e3/7e34e73e40fdb0e04bd63fa889f9bc14f7e30536 Signed-off-by: Ryan Barnett Signed-off-by: Peter Korsgaard --- package/axel/axel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/axel') diff --git a/package/axel/axel.mk b/package/axel/axel.mk index a83001ff99..ea97d755af 100644 --- a/package/axel/axel.mk +++ b/package/axel/axel.mk @@ -5,7 +5,7 @@ ################################################################################ AXEL_VERSION = 2.4 -AXEL_SITE = https://alioth.debian.org/frs/download.php/file/3015 +AXEL_SITE = http://sources.buildroot.net/ AXEL_LICENSE = GPLv2+ AXEL_LICENSE_FILES = COPYING -- cgit v1.2.1