Skip to content

Commit

Permalink
automake 1.12.5
Browse files Browse the repository at this point in the history
- Upgrade to 1.12.5.  Works with superenv.

Closes Homebrew#16153.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
nibbles 2bits authored and jacknagel committed Nov 20, 2012
1 parent f8dc4c3 commit 2e914c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/automake.rb
Expand Up @@ -2,9 +2,9 @@

class Automake < Formula
homepage 'http://www.gnu.org/software/automake/'
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'
url 'http://ftpmirror.gnu.org/automake/automake-1.12.5.tar.gz'
mirror 'http://ftp.gnu.org/gnu/automake/automake-1.12.5.tar.gz'
sha1 'e3c4331e53a95d195a8e51eea4f0ec3785bdb800'

# Always needs a newer autoconf, even on Snow Leopard.
depends_on 'autoconf'
Expand Down

0 comments on commit 2e914c2

Please sign in to comment.