ivy 2.4.0
Closes Homebrew/homebrew#35884. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3c14e7e4a2
commit
f398020348
1 changed files with 2 additions and 7 deletions
|
@ -2,13 +2,8 @@ require 'formula'
|
|||
|
||||
class Ivy < Formula
|
||||
homepage 'http://ant.apache.org/ivy/'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=ant/ivy/2.3.0/apache-ivy-2.3.0-bin.tar.gz'
|
||||
sha1 '878fab43ee9c70486a9ecec1ec44a2f034401687'
|
||||
|
||||
devel do
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=ant/ivy/2.4.0-rc1/apache-ivy-2.4.0-rc1-bin.tar.gz'
|
||||
sha1 '69d6111a4ef2fa449d42d89c09f23456e6a6c0d9'
|
||||
end
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=ant/ivy/2.4.0/apache-ivy-2.4.0-bin.tar.gz'
|
||||
sha1 '97a206e3b6ec2ce9793d2ee151fa997a12647c7f'
|
||||
|
||||
def install
|
||||
libexec.install Dir['ivy*']
|
||||
|
|
Loading…
Reference in a new issue