aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/groovy.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb
index 8042fc4a9..d1088a71c 100644
--- a/Library/Formula/groovy.rb
+++ b/Library/Formula/groovy.rb
@@ -7,6 +7,12 @@ class Groovy < Formula
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
+ devel do
+ url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.4.0-beta-1.zip'
+ sha1 '2aab7e3d1989cc1e923b965dfb076f7030520e0d'
+ version '2.4.0-beta-1'
+ end
+
def install
# Don't need Windows files.
rm_f Dir["bin/*.bat"]