groovy 2.1.7
Closes Homebrew/homebrew#22389. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
987d426e08
commit
275e5aeb02
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.6.zip'
|
||||
sha1 '9f565e7362bd28ffe7c6616356a6a9fb5b42a3b2'
|
||||
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.7.zip'
|
||||
sha1 '930dbfc1ab4ec036bd798bbd93f2741c944997db'
|
||||
|
||||
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue