From 6e65a05261ff839f3c287baf007ca8f539262d66 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sun, 19 Aug 2012 01:09:40 -0700 Subject: scripts: use generic urls for sourceforge For expat, duma, and strace, use the generic url and 302 to the mirror instead of trying to download a file from a downed mirror and failing. Signed-off-by: Bryan Hundven Message-Id: --- scripts/build/debug/300-gdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/debug/300-gdb.sh') diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index c2f0eab7..61d1f5b5 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -62,7 +62,7 @@ do_debug_gdb_get() { if [ "${do_expat}" = "y" ]; then CT_GetFile "expat-${CT_DEBUG_GDB_EXPAT_VERSION}" .tar.gz \ - http://kent.dl.sourceforge.net/project/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION} + http://downloads.sourceforge.net/project/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION} fi } -- cgit v1.2.3