automake 1.14

I sat on this for a while because I was afraid of introducing
compatibility issues like 1.13 did, but MacPorts has shipped this for a
couple of weeks now and upstream seems to be serious about using
semantic versioning, so let's give it a shot.
master
Jack Nagel 2013-07-09 18:42:35 -05:00
parent 91f181d2f6
commit ec289fdf2e
1 changed files with 3 additions and 3 deletions

View File

@ -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'