diff options
| author | Jack Nagel | 2011-09-12 11:31:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-12 15:08:20 -0500 |
| commit | d0dfc22b504062808119afd95322ef88f0e4b79b (patch) | |
| tree | d64470e31cb923f0c970e18b071ef209bef9fc66 /Library/Formula/libidn.rb | |
| parent | 93a1fc6988dbeb2395201442d70b10e15a529036 (diff) | |
| download | homebrew-d0dfc22b504062808119afd95322ef88f0e4b79b.tar.bz2 | |
Use automatic mirror selection for GNU downloads
It seems that the main GNU download site has issues in some places
outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick
a nearby mirror.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libidn.rb')
| -rw-r--r-- | Library/Formula/libidn.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libidn.rb b/Library/Formula/libidn.rb index c7ca78308..f0b69582e 100644 --- a/Library/Formula/libidn.rb +++ b/Library/Formula/libidn.rb @@ -2,7 +2,7 @@ require 'formula' class Libidn < Formula homepage 'http://www.gnu.org/software/libidn/' - url 'http://ftp.gnu.org/gnu/libidn/libidn-1.22.tar.gz' + url 'http://ftpmirror.gnu.org/libidn/libidn-1.22.tar.gz' sha256 '2f765e868795f5478900ec9f42cb0ecc6ca22e2a85a62763c0b13c7da2f588ed' depends_on 'pkg-config' => :build |
