aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 849ef1b90..419f0b516 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.2.1.zip'
- sha1 'a366e74fe0da4e4eab98f6e6b1b996a06fd37046'
+ url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.2.2.zip'
+ sha1 'af74f5e08c089ac6baf4bca99eeb9df209340368'
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"