automake: update to 1.11.3
Closes Homebrew/homebrew#10520. Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
parent
ea31b76cc0
commit
1c635f2a85
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Automake < Formula
|
||||
homepage 'http://www.gnu.org/software/automake/'
|
||||
url 'http://ftpmirror.gnu.org/automake/automake-1.11.tar.gz'
|
||||
md5 'fab0bd2c3990a6679adaf9eeac0c6d2a'
|
||||
url 'http://ftpmirror.gnu.org/automake/automake-1.11.3.tar.gz'
|
||||
md5 '93ecb319f0365cb801990b00f658d026'
|
||||
|
||||
depends_on "autoconf"
|
||||
|
||||
|
|
Loading…
Reference in a new issue