aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexander Surma2013-01-31 15:52:01 +0100
committerAdam Vandenberg2013-01-31 10:24:58 -0800
commitcacb8d46f87a3d97af254dd0438d687b0a302d27 (patch)
tree4f2f2e6cf18c85dd0a9282b87b2b564d9dfc3251 /Library/Formula
parent4662dd45097ea6171eb426a75d0f7bbba5744718 (diff)
downloadhomebrew-cacb8d46f87a3d97af254dd0438d687b0a302d27.tar.bz2
ivy 2.3.0-rc2
Closes #17464. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ivy.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ivy.rb b/Library/Formula/ivy.rb
index 609f13f17..64ab3e05e 100644
--- a/Library/Formula/ivy.rb
+++ b/Library/Formula/ivy.rb
@@ -2,12 +2,12 @@ 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-rc1/apache-ivy-2.3.0-rc1-bin.tar.gz'
- sha1 '6cdb7b8131ca3b13b0b6b43988f3ab92da2de6e7'
+ url 'http://www.apache.org/dyn/closer.cgi?path=ant/ivy/2.3.0-rc2/apache-ivy-2.3.0-rc2-bin.tar.gz'
+ sha1 '12a2461ba801642ff44fa1b39c6a04d39b06552a'
def install
libexec.install Dir['ivy*']
doc.install Dir['doc/*']
- bin.write_jar_script libexec/'ivy-2.3.0-rc1.jar', 'ivy', '$JAVA_OPTS'
+ bin.write_jar_script libexec/'ivy-2.3.0-rc2.jar', 'ivy', '$JAVA_OPTS'
end
end