aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDmitriy Kopylenko2011-01-03 09:51:07 -0500
committerMike McQuaid2011-01-03 16:10:51 +0000
commitf986d7dd8372aeca3e73f5877f81843242e96cce (patch)
treed712590d619f70ffd948247a82dd1fff25cffd7c /Library
parent6efd501c34ec31c4de5471f675f7653c1825a0ea (diff)
downloadhomebrew-f986d7dd8372aeca3e73f5877f81843242e96cce.tar.bz2
Upgraded Formula: gradle 0.9.1
Closes #3805. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gradle.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/gradle.rb b/Library/Formula/gradle.rb
index 508416d6e..b2808bcfc 100644
--- a/Library/Formula/gradle.rb
+++ b/Library/Formula/gradle.rb
@@ -2,9 +2,9 @@ require 'formula'
class Gradle <Formula
homepage 'http://www.gradle.org/'
- version '0.9'
- url 'http://gradle.artifactoryonline.com/gradle/distributions/gradle-0.9-all.zip'
- md5 '9da1eb9fb32d9c303de5fd5568694634'
+ version '0.9.1'
+ url 'http://gradle.artifactoryonline.com/gradle/distributions/gradle-0.9.1-all.zip'
+ md5 '8fa0acfbcdf01a8425c1f797f5079e21'
def install
rm_f Dir["bin/*.bat"]
@@ -12,4 +12,4 @@ class Gradle <Formula
bin.mkpath
ln_s libexec+('bin/gradle'), bin
end
-end
+end \ No newline at end of file