aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristian Stade-Schuldt2013-11-18 23:33:36 +0100
committerJack Nagel2013-11-18 18:59:03 -0600
commitf3251cb6e95c028257cea9264a4ddd554b4fc70f (patch)
tree089ca54b4559f9fd338fb1e3fcda28f65cd5c065 /Library
parent256a8aae557295ac41736bae492f2ce6e02830ce (diff)
downloadhomebrew-f3251cb6e95c028257cea9264a4ddd554b4fc70f.tar.bz2
Groovy 2.2.0
Closes #24460. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/groovy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb
index 7d5c618fe..879f55aa6 100644
--- a/Library/Formula/groovy.rb
+++ b/Library/Formula/groovy.rb
@@ -2,8 +2,8 @@ require 'formula'
class Groovy < Formula
homepage 'http://groovy.codehaus.org/'
- url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.9.zip'
- sha1 '9c68acd20bbd14306f768d6adfbe3b8290c32612'
+ url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.2.0.zip'
+ sha1 'e4c80b14fd21b168c1682b26f117e6427f9e712f'
devel do
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.2.0-rc-3.zip'