groovy --devel 2.3.0-rc-2
Closes Homebrew/homebrew#28804. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b3c0731135
commit
9a996864fb
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ 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'
|
||||
version '2.3.0-beta-2'
|
||||
url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.3.0-rc-2.zip'
|
||||
sha1 '075c57f02663956662f52bc46c7964c536f42b1f'
|
||||
version '2.3.0-rc-2'
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue