From ae0a36a7c28bb998f6b4ef4e8576214931538ffc Mon Sep 17 00:00:00 2001 From: Matt Passell Date: Wed, 27 Apr 2011 10:36:48 -0400 Subject: groovy 1.8.0 Signed-off-by: Adam Vandenberg --- Library/Formula/groovy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb index a2420e69e..c6902d916 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.7.10.zip' - sha1 '1d869e4ebb822ba5c74d7b06a5c61b94bfc1538b' + url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-1.8.0.zip' + sha1 'e343d18b6fe241f18533ee8b77945e7a380778bd' def install rm_f Dir["bin/*.bat"] -- cgit v1.2.3