diff options
| author | Jack Nagel | 2012-02-27 14:08:11 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-27 14:08:11 -0600 |
| commit | d72e21fc154f279828e03053014b8053fe9a077a (patch) | |
| tree | b9152d5493eb16e6c40e181ef22950eb58b8f68e /Library/Formula | |
| parent | 7ad78046f22232114f7e3975de5ffe1590ae9885 (diff) | |
| download | homebrew-d72e21fc154f279828e03053014b8053fe9a077a.tar.bz2 | |
Add mirrors to new autotools formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/autoconf.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/automake.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libtool.rb | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb index 10b38ab61..3121e235f 100644 --- a/Library/Formula/autoconf.rb +++ b/Library/Formula/autoconf.rb @@ -1,8 +1,9 @@ require 'formula' class Autoconf < Formula - url 'http://ftpmirror.gnu.org/autoconf/autoconf-2.68.tar.gz' homepage 'http://www.gnu.org/software/autoconf' + url 'http://ftpmirror.gnu.org/autoconf/autoconf-2.68.tar.gz' + mirror 'http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz' md5 'c3b5247592ce694f7097873aa07d66fe' def patches diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb index fcb70b0dd..906bd9c52 100644 --- a/Library/Formula/automake.rb +++ b/Library/Formula/automake.rb @@ -3,6 +3,7 @@ require 'formula' class Automake < Formula homepage 'http://www.gnu.org/software/automake/' url 'http://ftpmirror.gnu.org/automake/automake-1.11.3.tar.gz' + mirror 'http://ftp.gnu.org/gnu/automake/automake-1.11.3.tar.gz' md5 '93ecb319f0365cb801990b00f658d026' depends_on "autoconf" diff --git a/Library/Formula/libtool.rb b/Library/Formula/libtool.rb index ca569b96d..a60ca805e 100644 --- a/Library/Formula/libtool.rb +++ b/Library/Formula/libtool.rb @@ -6,6 +6,7 @@ require 'formula' class Libtool < Formula homepage 'http://www.gnu.org/software/libtool/' url 'http://ftpmirror.gnu.org/libtool/libtool-2.4.tar.gz' + mirror 'http://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz' md5 'b32b04148ecdd7344abc6fe8bd1bb021' if MacOS.xcode_version.to_f < 4.3 or File.file? "/usr/bin/libtoolize" |
