groovy-2.3.1
Closes Homebrew/homebrew#29400. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
508385a858
commit
f187eb46b6
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Groovy < Formula
|
||||
homepage 'http://groovy.codehaus.org/'
|
||||
url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.3.0.zip'
|
||||
sha1 '92c2b3c5b968d1aa249bf3a4040ba739e10eab60'
|
||||
url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.3.1.zip'
|
||||
sha1 'd45f23c022e3465614a5ff75041b6b87abe76ea1'
|
||||
|
||||
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue