aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorasaph2015-01-14 14:59:28 -0800
committerJack Nagel2015-01-14 22:42:13 -0500
commit708a4e9c3bde289cdc1d2db038d8c91c17f27d64 (patch)
treef9f233584c3aa6277d027f81d74aba961e59848f /Library/Formula
parentf4ad28beb00f719582123b43560a32f2c4d43443 (diff)
downloadhomebrew-708a4e9c3bde289cdc1d2db038d8c91c17f27d64.tar.bz2
ivy 2.4.0
Closes #35884. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ivy.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/ivy.rb b/Library/Formula/ivy.rb
index cf33505eb..1d8f3e0d5 100644
--- a/Library/Formula/ivy.rb
+++ b/Library/Formula/ivy.rb
@@ -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*']