diff options
Diffstat (limited to 'Library/Formula')
| -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 fb3469a38..ddf0bd90d 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.12.3.tar.gz' - mirror 'http://ftp.gnu.org/gnu/automake/automake-1.12.3.tar.gz' - sha1 '0cf6d03fa323f726f41044e3d57d248f565a07c0' + url 'http://ftpmirror.gnu.org/automake/automake-1.12.4.tar.gz' + mirror 'http://ftp.gnu.org/gnu/automake/automake-1.12.4.tar.gz' + sha1 'c474eb8c058d93ead9b2433fbcfb0c349517e171' # Always needs a newer autoconf, even on Snow Leopard. depends_on 'autoconf' |
