aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/groovy.rb
diff options
context:
space:
mode:
authorMarc2011-10-14 19:27:05 +0800
committerCharlie Sharpsteen2011-10-14 18:46:16 -0700
commit7d18848d938d2ec7408190f700d0986c6ec06ec1 (patch)
tree9af6c0ed0235c5c2b04226b6114e3230db581355 /Library/Formula/groovy.rb
parent50667fe6d94a9540660cd3ed3aa46d740d72583d (diff)
downloadhomebrew-7d18848d938d2ec7408190f700d0986c6ec06ec1.tar.bz2
groovy: Update to 1.8.3
Closes #8115. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/groovy.rb')
-rw-r--r--Library/Formula/groovy.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb
index 7a8f3b6c5..b12d352f1 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.2.zip'
- sha1 'd195d9fcf6b80cb5e371e5dbd790b9cc56965e45'
+ url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-1.8.3.zip'
+ md5 '82dd3be3ab02ab0b4e763dfeba834879'
def install
rm_f Dir["bin/*.bat"]
@@ -24,4 +24,4 @@ class Groovy < Formula
#{libexec}
EOS
end
-end
+end \ No newline at end of file