changeset 4:f62fa47b852d draft

Uploaded
author iuc
date Wed, 22 Jan 2014 07:23:11 -0500
parents 69d329d0e89a
children c0735727b530
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 22 06:59:21 2014 -0500
+++ b/tool_dependencies.xml	Wed Jan 22 07:23:11 2014 -0500
@@ -3,7 +3,7 @@
     <package name="ncurses" version="5.9">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">ftp://invisible-island.net/ncurses/ncurses-5.9.tar.gz</action>
+                <action type="download_by_url">http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz</action>
                 <action type="shell_command">
                     ./configure --prefix $INSTALL_DIR --with-shared
                 </action>