diff --git a/Formula/automake.rb b/Formula/automake.rb index 95452868c40..cbfa05e818f 100644 --- a/Formula/automake.rb +++ b/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.12.6.tar.gz' - mirror 'http://ftp.gnu.org/gnu/automake/automake-1.12.6.tar.gz' - sha1 '34bfda1c720e1170358562b1667e533a203878d6' + url 'http://ftpmirror.gnu.org/automake/automake-1.13.tar.gz' + mirror 'http://ftp.gnu.org/gnu/automake/automake-1.13.tar.gz' + sha1 'cc01ed114f49dd7282e26b07400d9e503e2e4109' # Always needs a newer autoconf, even on Snow Leopard. depends_on 'autoconf'