automake 1.13.4
This commit is contained in:
parent
25fcb5d4ec
commit
04a05e3ed8
1 changed files with 3 additions and 3 deletions
|
@ -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.3.tar.gz'
|
||||
mirror 'http://ftp.gnu.org/gnu/automake/automake-1.13.3.tar.gz'
|
||||
sha1 'f46864c28755842d6d789793b7359a079c1491ae'
|
||||
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'
|
||||
|
||||
# Always needs a newer autoconf, even on Snow Leopard.
|
||||
depends_on 'autoconf'
|
||||
|
|
Loading…
Reference in a new issue