diff options
| author | Ealden Esto E. Escanan | 2012-02-18 07:45:06 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-17 19:06:28 -0800 |
| commit | f72311e75ed0438c910cb98a6b5d9e8378b7b0c9 (patch) | |
| tree | 0005221c9a29f777485795fd3517b1c15e364f5f /Library/Formula | |
| parent | af4298d96ee41055537d82728f07c3a205e6ea8b (diff) | |
| download | homebrew-f72311e75ed0438c910cb98a6b5d9e8378b7b0c9.tar.bz2 | |
Groovy 1.8.6
Signed-off-by: Adam Vandenberg <flangy@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 9b18cf488..9adf3718c 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-1.8.5.zip' - md5 '0c8759563be35e26fcebff240de4ca21' + url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-1.8.6.zip' + md5 'e62d2f9c2c4d528b8a0eb49cdfb389ae' def install # Don't need Windows files. |
