aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authornibbles 2bits2012-04-17 03:06:58 -0700
committerAdam Vandenberg2012-04-17 06:59:32 -0700
commit75f78b2ccde346b7891d1bc3bfe3c8e9d916c90c (patch)
treeca880b475178ad998e295b50e0dd5a4116e25baf /Library
parent0008bcc7360adbe274b6f29db8ff47448c1f424b (diff)
downloadhomebrew-75f78b2ccde346b7891d1bc3bfe3c8e9d916c90c.tar.bz2
automake 1.11.5
Upgrade automake to version 1.11.5. 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 74d8818de..77afb4f8e 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.4.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/automake/automake-1.11.4.tar.gz'
- sha1 '6223b9a507fc33e30b7291dfbcc7c9fc9ee0b133'
+ 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'
depends_on "autoconf" => :build