From d0dfc22b504062808119afd95322ef88f0e4b79b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 12 Sep 2011 11:31:30 -0500 Subject: 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 --- Library/Formula/coreutils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/coreutils.rb') diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 6308fc33d..1f012eca4 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -27,7 +27,7 @@ end class Coreutils < Formula homepage 'http://www.gnu.org/software/coreutils' - url 'ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.12.tar.gz' + url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.12.tar.gz' sha256 '9e233a62c98a3378a7b0483d2ae3d662dbaf6cd3917d3830d3514665e12a85c8' def options -- cgit v1.2.3