Skip to content

Commit 3047d86

Browse files
committed
Replace ftp:// URLs
1 parent 5e20729 commit 3047d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/010-tiff-3.9.4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Download the source code.
55
wget --tries 5 --timeout 15 --continue \
6-
ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz \
6+
http://download.osgeo.org/libtiff/old/tiff-3.9.4.tar.gz \
77
|| wget --continue \
88
https://github.com/downloads/ps3dev/ps3libraries/tiff-3.9.4.tar.gz
99

scripts/012-libxml2-2.7.8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# libxml2-2.7.8.sh by Naomi Peori ([email protected])
33

44
## Download the source code.
5-
wget --continue ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
5+
wget --continue http://xmlsoft.org/download/libxml2-2.7.8.tar.gz
66

77
## Download an up-to-date config.guess and config.sub
88
if [ ! -f config.guess ]; then wget --continue http://git.savannah.gnu.org/cgit/config.git/plain/config.guess; fi

0 commit comments

Comments
 (0)