diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/automake.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb index 77afb4f8e..9b04942aa 100644 --- a/Library/Formula/automake.rb +++ b/Library/Formula/automake.rb @@ -2,9 +2,9 @@ require 'formula' class Automake < Formula homepage 'http://www.gnu.org/software/automake/' - url 'http://ftpmirror.gnu.org/automake/automake-1.11.5.tar.gz' - mirror 'http://ftp.gnu.org/gnu/automake/automake-1.11.5.tar.gz' - sha1 '53949fa5b9776a5f4b6783486c037da64e374f4f' + url 'http://ftpmirror.gnu.org/automake/automake-1.12.tar.gz' + mirror 'http://ftp.gnu.org/gnu/automake/automake-1.12.tar.gz' + sha1 '735e5a755dd4ba24dbb345901198873b2686804d' depends_on "autoconf" => :build |
