groovy 2.4.0-rc-1 (devel)
Closes Homebrew/homebrew#35263. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
22586b0ec8
commit
889cb82d50
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.4.0-beta-3.zip'
|
||||
sha1 'a797630fd6a8e9818fb9ae0de2a4085b1d1ec795'
|
||||
version '2.4.0-beta-3'
|
||||
url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.4.0-rc-1.zip'
|
||||
sha1 '20427c947e263cd6d41ab7ace9be17046b18e20e'
|
||||
version '2.4.0-rc-1'
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue