Skip to content

Commit

Permalink
Update download urls in fetch.sh
Browse files Browse the repository at this point in the history
Change-Id: Ib3d6c2771e8bc6d03efa85af52f2ed6288ebc7dd
  • Loading branch information
sambuc committed Aug 7, 2014
1 parent b8d1472 commit 025179a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion external/gpl3/binutils/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo $0
cd `dirname $0`

# Configure fetch method
URL="http://www.minix3.org/distfiles-minix/binutils-2.23.2.tar.bz2"
URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.3.0/binutils-2.23.2.tar.bz2"
BACKUP_URL="http://ftp.gnu.org/gnu/binutils/binutils-2.23.2.tar.bz2"
FETCH=ftp
which curl >/dev/null
Expand Down
2 changes: 1 addition & 1 deletion external/gpl3/gcc/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd `dirname $0`
: ${SED=sed}

# Configure fetch method
URL="http://www.minix3.org/distfiles-minix/gcc-4.5.3.tar.bz2"
URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.3.0/gcc-4.5.3.tar.bz2"
BACKUP_URL="ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.5.3/gcc-4.5.3.tar.bz2"
FETCH=ftp
if which curl >/dev/null
Expand Down
2 changes: 1 addition & 1 deletion external/lgpl3/gmp/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo $0
cd `dirname $0`

# Configure fetch method
URL="http://www.minix3.org/distfiles-minix/gmp-5.1.2.tar.bz2"
URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.3.0/gmp-5.1.2.tar.bz2"
BACKUP_URL="ftp://ftp.gmplib.org/pub/gmp-5.1.2/gmp-5.1.2.tar.bz2"
FETCH=ftp
which curl >/dev/null
Expand Down
2 changes: 1 addition & 1 deletion external/lgpl3/mpc/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo $0
cd `dirname $0`

# Configure fetch method
URL="http://www.minix3.org/distfiles-minix/mpc-1.0.1.tar.gz"
URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.3.0/mpc-1.0.1.tar.gz"
BACKUP_URL="http://www.multiprecision.org/mpc/download/mpc-1.0.1.tar.gz"
FETCH=ftp
which curl >/dev/null
Expand Down
2 changes: 1 addition & 1 deletion external/lgpl3/mpfr/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo $0
cd `dirname $0`

# Configure fetch method
URL="http://www.minix3.org/distfiles-minix/mpfr-3.1.2.tar.bz2"
URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.3.0/mpfr-3.1.2.tar.bz2"
BACKUP_URL="http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.bz2"
FETCH=ftp
which curl >/dev/null
Expand Down
4 changes: 2 additions & 2 deletions gnu/dist/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ $? -eq 0 ]; then
fi

# Configure fetch method - GMAKE
URL="http://www.minix3.org/distfiles-minix/make-3.80.tar.bz2"
URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.3.0/make-3.80.tar.bz2"
BACKUP_URL="ftp://ftp.gnu.org/gnu/make/make-3.80.tar.bz2"

# Fetch sources if not available
Expand All @@ -31,7 +31,7 @@ then
fi

# Configure fetch method - TEXINFO
URL="http://www.minix3.org/distfiles-minix/texinfo-4.8.tar.bz2"
URL="http://www.minix3.org/pkgsrc/distfiles/minix/3.3.0/texinfo-4.8.tar.bz2"
BACKUP_URL="ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.8.tar.bz2"

# Fetch sources if not available
Expand Down

0 comments on commit 025179a

Please sign in to comment.