aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/automake.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb
index 668e2c124..7ab3e736a 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.13.4.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/automake/automake-1.13.4.tar.gz'
- sha1 '627d9df65f2edc2c0e9e6aa270d1c2c068921a3a'
+ url 'http://ftpmirror.gnu.org/automake/automake-1.14.tar.gz'
+ mirror 'http://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz'
+ sha1 '648f7a3cf8473ff6aa433c7721cab1c7fae8d06c'
# Always needs a newer autoconf, even on Snow Leopard.
depends_on 'autoconf'