diff options
| author | seanjreilly | 2013-07-22 09:58:18 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-22 09:31:30 -0700 |
| commit | a9021e29592cea9a1cded7247b2ba9b0b201e200 (patch) | |
| tree | 91e12c1c02e89803127eea77b4516b1718b95873 /Library | |
| parent | ec222810c3be5831ad027b6fbe53026c4c743730 (diff) | |
| download | homebrew-a9021e29592cea9a1cded7247b2ba9b0b201e200.tar.bz2 | |
Groovy 2.1.6
Closes #21378.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/groovy.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb index 89f3beae0..411ef5f67 100644 --- a/Library/Formula/groovy.rb +++ b/Library/Formula/groovy.rb @@ -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 |
