Update Ant to 1.9.4
update download link and sha1
This commit is contained in:
parent
e8459711b4
commit
72f3675854
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Ant < Formula
|
||||
homepage 'http://ant.apache.org/'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=ant/binaries/apache-ant-1.9.3-bin.tar.gz'
|
||||
sha1 '11a0b936fba02f96b8d737d90c610382232ffea6'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=ant/binaries/apache-ant-1.9.4-bin.tar.gz'
|
||||
sha1 '6c41481e8201f6b3f7e216146b95bb6de70208bb'
|
||||
|
||||
keg_only :provided_by_osx if MacOS.version < :mavericks
|
||||
|
||||
|
|
Loading…
Reference in a new issue