aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authornibbles 2bits2012-04-05 00:51:29 -0700
committerAdam Vandenberg2012-04-05 07:14:55 -0700
commit9535f98a54d7b7d7057353fb0589abb2a8ca3ffe (patch)
tree38949b5366e03de3fbfca7553b7f5b466c298ffb /Library
parent6168a57ca112f76118cd7463eeaed704a53d8708 (diff)
downloadhomebrew-9535f98a54d7b7d7057353fb0589abb2a8ca3ffe.tar.bz2
automake 1.11.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 fcbb3808f..74d8818de 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.3.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/automake/automake-1.11.3.tar.gz'
- md5 '93ecb319f0365cb801990b00f658d026'
+ url 'http://ftpmirror.gnu.org/automake/automake-1.11.4.tar.gz'
+ mirror 'http://ftp.gnu.org/gnu/automake/automake-1.11.4.tar.gz'
+ sha1 '6223b9a507fc33e30b7291dfbcc7c9fc9ee0b133'
depends_on "autoconf" => :build