groovy 2.1.5
Closes Homebrew/homebrew#20710. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b9c0bffa5a
commit
819df9f26e
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://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.4.zip'
|
||||
sha1 '3e1dbf3469c6485448d555f7cba9ab4e7445760b'
|
||||
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.5.zip'
|
||||
sha1 'a2f00ff8389eb10f6fb6d9b8c1bb9cd626b70b36'
|
||||
|
||||
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue