diff options
| author | Laurent Gaches | 2011-02-17 11:26:42 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-02-17 08:07:42 -0800 |
| commit | ea2638540bc3190b9a6e23115a5903fb0064aab7 (patch) | |
| tree | a1b46403e21ec3402e239f84d9b3400f1ee4378b /Library | |
| parent | 47db7a6fcbcf43e6835b686602e6afa82f6641f7 (diff) | |
| download | homebrew-ea2638540bc3190b9a6e23115a5903fb0064aab7.tar.bz2 | |
Updated Formula groovy to 1.7.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 53499c6f0..ddb1c85cc 100644 --- a/Library/Formula/groovy.rb +++ b/Library/Formula/groovy.rb @@ -1,8 +1,8 @@ require 'formula' class Groovy <Formula - url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-1.7.7.zip' - md5 '70449313b20b0592f93f8379e22f9ff0' + url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-1.7.8.zip' + md5 '9d0b3c21cb1f98a7bd3e779474650882' homepage 'http://groovy.codehaus.org/' def install |
