Skip to content

Commit 8aedbaa

Browse files
committedMay 8, 2012
Update some GNU specific files.
1 parent 559fe2a commit 8aedbaa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎getsource.sh

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ mkdir source
88
cd source
99

1010
# ncurses http://www.gnu.org/software/ncurses/
11-
wget -t 4 -nv http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz
12-
tar xfz ncurses-5.7.tar.gz
11+
wget -t 4 -nv http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz
12+
tar xfz ncurses-5.9.tar.gz
1313

1414
# readline http://tiswww.case.edu/php/chet/readline/rltop.html
1515
wget -t 4 -nv ftp://ftp.cwru.edu/pub/bash/readline-6.1.tar.gz
@@ -27,8 +27,8 @@ tar zxf ImageMagick.tar.gz
2727
wget -t 4 -nv http://www.imagemagick.org/source/colors.xml
2828

2929
# aspell dictionary http://aspell.net/
30-
wget -t 4 -nv ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz
31-
tar zxf aspell-0.60.6.tar.gz
30+
wget -t 4 -nv ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz
31+
tar zxf aspell-0.60.6.1.tar.gz
3232

3333
# aspell-en
3434
wget -t 4 -nv ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-6.0-0.tar.bz2
@@ -56,8 +56,8 @@ wget -t 4 -nv http://surfnet.dl.sourceforge.net/sourceforge/freetype/freetype-2.
5656
tar jxf freetype-2.4.8.tar.bz2
5757

5858
# gnutls transport layer security http://www.gnu.org/software/gnutls/
59-
wget -t 4 -nv ftp://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.8.5.tar.bz2
60-
tar jxf gnutls-2.8.5.tar.bz2
59+
wget -t 4 -nv ftp://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.12.19.tar.bz2
60+
tar jxf gnutls-2.12.19.tar.bz2
6161

6262
# httpd apache webserver http://httpd.apache.org/
6363
wget -t 4 -nv http://www.apache.org/dist/httpd/httpd-2.2.20.tar.gz
@@ -89,8 +89,8 @@ wget -t 4 -nv http://surfnet.dl.sourceforge.net/sourceforge/libpng/libpng-1.5.10
8989
tar jxf libpng-1.5.10.tar.bz2
9090

9191
# gnu libtool http://www.gnu.org/software/libtool/
92-
wget -t 4 -nv http://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz
93-
tar zxf libtool-2.2.6a.tar.gz
92+
wget -t 4 -nv http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz
93+
tar zxf libtool-2.4.2.tar.gz
9494

9595
# libgif image manipulation http://sourceforge.net/projects/giflib/
9696
wget -t 4 -nv http://surfnet.dl.sourceforge.net/sourceforge/giflib/giflib-4.1.6.tar.bz2

0 commit comments

Comments
 (0)