Gradle 1.3
Closes Homebrew/homebrew#16178. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d723f6eb0e
commit
11b4fdf174
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Gradle < Formula
|
||||
homepage 'http://www.gradle.org/'
|
||||
url 'http://services.gradle.org/distributions/gradle-1.2-bin.zip'
|
||||
sha1 'eeb372596534a813dd9ae7ff2f619567030946da'
|
||||
url 'http://services.gradle.org/distributions/gradle-1.3-bin.zip'
|
||||
sha1 '420815987176f66f51f7f03df73d309a0537a869'
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat"]
|
||||
|
|
Loading…
Reference in a new issue