aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ivy.rb
diff options
context:
space:
mode:
authorPaul Phillips2013-02-04 09:50:04 -0800
committerAdam Vandenberg2013-02-04 11:39:03 -0800
commit9f9d22565d47d462dfac79816ec36498daab3945 (patch)
tree623c88c2c20634710460a1f3f0a23faed764ea5f /Library/Formula/ivy.rb
parent954e37a75a9162987b3d5bb8de1031e283241b58 (diff)
downloadhomebrew-9f9d22565d47d462dfac79816ec36498daab3945.tar.bz2
ivy 2.3.0
Closes #17577. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ivy.rb')
-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 64ab3e05e..6ed6fd330 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-rc2/apache-ivy-2.3.0-rc2-bin.tar.gz'
- sha1 '12a2461ba801642ff44fa1b39c6a04d39b06552a'
+ url 'http://www.apache.org/dyn/closer.cgi?path=ant/ivy/2.3.0/apache-ivy-2.3.0-bin.tar.gz'
+ sha1 '878fab43ee9c70486a9ecec1ec44a2f034401687'
def install
libexec.install Dir['ivy*']
doc.install Dir['doc/*']
- bin.write_jar_script libexec/'ivy-2.3.0-rc2.jar', 'ivy', '$JAVA_OPTS'
+ bin.write_jar_script libexec/'ivy-2.3.0.jar', 'ivy', '$JAVA_OPTS'
end
end