We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e20729 commit 3047d86Copy full SHA for 3047d86
2 files changed
scripts/010-tiff-3.9.4.sh
@@ -3,7 +3,7 @@
3
4
## Download the source code.
5
wget --tries 5 --timeout 15 --continue \
6
- ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz \
+ http://download.osgeo.org/libtiff/old/tiff-3.9.4.tar.gz \
7
|| wget --continue \
8
https://github.com/downloads/ps3dev/ps3libraries/tiff-3.9.4.tar.gz
9
scripts/012-libxml2-2.7.8.sh
@@ -2,7 +2,7 @@
2
# libxml2-2.7.8.sh by Naomi Peori (naomi@peori.ca)
-wget --continue ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
+wget --continue http://xmlsoft.org/download/libxml2-2.7.8.tar.gz
## Download an up-to-date config.guess and config.sub
if [ ! -f config.guess ]; then wget --continue http://git.savannah.gnu.org/cgit/config.git/plain/config.guess; fi
0 commit comments