groovy devel 2.2.0-rc3
Closes Homebrew/homebrew#24221. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a4b27072ca
commit
76a7d6f744
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Groovy < Formula
|
|||
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.9.zip'
|
||||
sha1 '9c68acd20bbd14306f768d6adfbe3b8290c32612'
|
||||
|
||||
devel do
|
||||
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.2.0-rc-3.zip'
|
||||
sha1 '4db741568aa6ab1ba333f40f4e25aa63653faa76'
|
||||
version '2.2.0-rc3'
|
||||
end
|
||||
|
||||
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue