From bded49fb71260382ddd17108d8b9de77b366f2fc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 5 Jun 2012 14:59:34 -0500 Subject: [PATCH] automake 1.12.1 Signed-off-by: Jack Nagel --- Formula/automake.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/automake.rb b/Formula/automake.rb index 3f04e6d486..502d32f74f 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.tar.gz' - mirror 'http://ftp.gnu.org/gnu/automake/automake-1.12.tar.gz' - sha1 '735e5a755dd4ba24dbb345901198873b2686804d' + url 'http://ftpmirror.gnu.org/automake/automake-1.12.1.tar.gz' + mirror 'http://ftp.gnu.org/gnu/automake/automake-1.12.1.tar.gz' + sha1 'e39d3e95e384549cbac22f9f0b110fa53825ddef' depends_on "autoconf" => :build