Groovy 2.1.6
Closes Homebrew/homebrew#21378. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
eecc99b664
commit
fe93bd5853
1 changed files with 3 additions and 3 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.5.zip'
|
||||
sha1 'a2f00ff8389eb10f6fb6d9b8c1bb9cd626b70b36'
|
||||
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.6.zip'
|
||||
sha1 '9f565e7362bd28ffe7c6616356a6a9fb5b42a3b2'
|
||||
|
||||
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
|
||||
|
||||
|
@ -21,7 +21,7 @@ class Groovy < Formula
|
|||
|
||||
prefix.install_metafiles
|
||||
libexec.install %w(bin conf lib embeddable)
|
||||
bin.install_symlink Dir["#{libexec}/bin/*"] - Dir["#{libexec}/bin/*.icns"]
|
||||
bin.install_symlink Dir["#{libexec}/bin/*"]
|
||||
end
|
||||
|
||||
def caveats
|
||||
|
|
Loading…
Reference in a new issue