aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gradle.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gradle.rb b/Library/Formula/gradle.rb
index 9c44bc909..15e827cee 100644
--- a/Library/Formula/gradle.rb
+++ b/Library/Formula/gradle.rb
@@ -3,11 +3,11 @@ require 'formula'
class Gradle <Formula
homepage 'http://www.gradle.org/'
url 'http://dist.codehaus.org/gradle/gradle-0.8-all.zip'
- head 'http://dist.codehaus.org/gradle/gradle-0.9-rc-2-all.zip'
+ head 'http://dist.codehaus.org/gradle/gradle-0.9-rc-3-all.zip'
if ARGV.build_head?
- version '0.9-rc-2'
- md5 '0fc5dcd67c826f136087f52c2692b5ac'
+ version '0.9-rc-3'
+ md5 'ec578c2069a30fb8b5f669df6a72034d'
else
version '0.8'
md5 '73a0ed51b6ec00a7d3a9d242d51aae60'