Update gradle HEAD to 0.9-rc-3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Matt Passell 2010-11-18 22:49:48 -05:00 committed by Adam Vandenberg
parent 4731b051f2
commit 10862a738a
1 changed files with 3 additions and 3 deletions

View File

@ -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'