groovy 2.4.4
Closes Homebrew/homebrew#41864. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
7be9e8714b
commit
a1b2dc9f54
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require 'formula'
|
|||
class Groovy < Formula
|
||||
desc "Groovy: a Java-based scripting language"
|
||||
homepage 'http://www.groovy-lang.org'
|
||||
url 'https://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip'
|
||||
sha1 '47837096d0307e5e8c4f74c87a3096ddd0706eff'
|
||||
url 'https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.4.zip'
|
||||
sha256 'a7cc1e5315a14ea38db1b2b9ce0792e35174161141a6a3e2ef49b7b2788c258c'
|
||||
|
||||
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue