diff options
| author | Roman Romanchuk | 2013-02-17 00:17:21 +0100 |
|---|---|---|
| committer | Jack Nagel | 2013-02-16 20:49:04 -0600 |
| commit | c61e7151783cd162928877c7ec8eee6031372ce7 (patch) | |
| tree | 5ab08cc1bc0c711e12df456255d87d84221fc920 /Library/Formula | |
| parent | de5c12c826fb337fedd24e9c797731b256114cb4 (diff) | |
| download | homebrew-c61e7151783cd162928877c7ec8eee6031372ce7.tar.bz2 | |
Groovy 2.1.1
Closes #17894.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/groovy.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb index c5733bca5..736b874b8 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.0.zip' - sha1 'c54371b1ffed39986f2d2379fe6ff8f9ab9b71c2' + url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.1.1.zip' + sha1 '90a492ddcb58639a1b6aa2b2b500167ddb7cd388' def install # Don't need Windows files. |
