diff -r bdb3a98e064b -r ef6dad58ab1c scripts/build/debug/200-duma.sh --- a/scripts/build/debug/200-duma.sh Sun Apr 11 23:18:10 2010 +0200 +++ b/scripts/build/debug/200-duma.sh Sun Feb 05 23:26:55 2012 +0100 @@ -4,7 +4,7 @@ # Downloading an non-existing file from sourceforge will give you an # HTML file containing an error message, instead of returning a 404. # Sigh... - CT_GetFile "duma_${CT_DUMA_VERSION}" .tar.gz http://mesh.dl.sourceforge.net/sourceforge/duma/ + CT_GetFile "duma_${CT_DUMA_VERSION}" .tar.gz http://kent.dl.sourceforge.net/sourceforge/duma/ # Downloading from sourceforge may leave garbage, cleanup CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"* }