groovy --devel 2.3.0-beta-2

Closes Homebrew/homebrew#28457.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
asaph 2014-04-16 14:03:17 -07:00 committed by Adam Vandenberg
parent cd521a39af
commit 0a54c5775d

View file

@ -7,6 +7,11 @@ 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.3.0-beta-2.zip'
sha1 '30c70cb68e3418c641c3b3ac8556aee5a1fe3f49'
end
def install
# Don't need Windows files.
rm_f Dir["bin/*.bat"]