diff options
| author | Jack Nagel | 2011-11-30 12:56:07 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2011-11-30 12:56:07 -0600 | 
| commit | 164c57f284aa254a96935bb75ca5f25cf4e50714 (patch) | |
| tree | 6e896025454c1d75ee5feb656f2c959af6fb6351 /Library/Formula/coreutils.rb | |
| parent | fc0a912f47df4b88fb712b4fa9a727964b81ea80 (diff) | |
| download | homebrew-164c57f284aa254a96935bb75ca5f25cf4e50714.tar.bz2 | |
Add mirrors for GNU formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 8bc840b21..a7f87749a 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -28,6 +28,7 @@ end  class Coreutils < Formula    homepage 'http://www.gnu.org/software/coreutils'    url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.12.tar.gz' +  mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.12.tar.gz'    sha256 '9e233a62c98a3378a7b0483d2ae3d662dbaf6cd3917d3830d3514665e12a85c8'    def options | 
