aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorasaph2014-11-02 21:51:26 -0800
committerMike McQuaid2014-11-03 08:22:57 +0000
commit34d14b57f004bb26d27a556c729dda5ddef4a9aa (patch)
tree3faec9766f543b70eebd56c1e14a3721307a5a00 /Library
parent35e8571daa6ca23b482d2affb74764d6386c6a8e (diff)
downloadhomebrew-34d14b57f004bb26d27a556c729dda5ddef4a9aa.tar.bz2
ivy --devel 2.4.0-rc1
Closes #33855. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ivy.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/ivy.rb b/Library/Formula/ivy.rb
index b9d499d62..cf33505eb 100644
--- a/Library/Formula/ivy.rb
+++ b/Library/Formula/ivy.rb
@@ -5,6 +5,11 @@ class Ivy < Formula
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
+
def install
libexec.install Dir['ivy*']
doc.install Dir['doc/*']