diff options
| author | Charlie Sharpsteen | 2011-09-11 08:10:35 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-11 08:14:31 -0700 |
| commit | 4843d14f303b0a8810b1f6c75f3268c2d7fcb6fd (patch) | |
| tree | 60c0b612c15a503d14d35c713a12a17bd18a5530 /Library/Formula | |
| parent | 1f230a98c029ed82b2a2f40f0667474b875bb8d6 (diff) | |
| download | homebrew-4843d14f303b0a8810b1f6c75f3268c2d7fcb6fd.tar.bz2 | |
libtiff, libgeotiff: Switch to download.osgeo.org
`ftp://download.remotesensing.org` is just a FTP proxy for
`http://download.osgeo.org`. The primary download server for OSGeo went out a
couple of days ago due to a power outage in San Diego. `download.osgeo.org` has
been back for two days, but `download.remotesensing.org` is still out so let's
shorten the server chain and go directly to the source.
This change affects `libtiff` and `libgeotiff`.
Fixes #7560.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libgeotiff.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/libtiff.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libgeotiff.rb b/Library/Formula/libgeotiff.rb index 08a17c8e3..59d7ac24c 100644 --- a/Library/Formula/libgeotiff.rb +++ b/Library/Formula/libgeotiff.rb @@ -1,7 +1,7 @@ require 'formula' class Libgeotiff < Formula - url 'ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/libgeotiff-1.2.5.tar.gz' + url 'http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.2.5.tar.gz' homepage 'http://geotiff.osgeo.org/' md5 '000f247a88510f1b38d4b314d1e47048' diff --git a/Library/Formula/libtiff.rb b/Library/Formula/libtiff.rb index 0b06fde6a..007768f07 100644 --- a/Library/Formula/libtiff.rb +++ b/Library/Formula/libtiff.rb @@ -2,7 +2,7 @@ require 'formula' class Libtiff < Formula homepage 'http://www.remotesensing.org/libtiff/' - url 'ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip' + url 'http://download.osgeo.org/libtiff/tiff-3.9.5.zip' sha256 '332d1a658340c41791fce62fb8fff2a5ba04c2e82b8b85e741eb0a7b30e0d127' def install |
