groovy-2.3.1

Closes Homebrew/homebrew#29400.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
seanjreilly 2014-05-19 21:41:43 +01:00 committed by Adam Vandenberg
parent 508385a858
commit f187eb46b6

View file

@ -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+)"