Skip to content

Commit

Permalink
gradle: add 1.7-rc1 as --devel
Browse files Browse the repository at this point in the history
Added gradle 1.7-rc-1 install under devel switch

Closes Homebrew#21086.

Signed-off-by: Misty De Meo <[email protected]>
  • Loading branch information
Andrey authored and mistydemeo committed Jul 9, 2013
1 parent a5cdccb commit 84d68cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Library/Formula/gradle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ class Gradle < Formula
url 'http:https://services.gradle.org/distributions/gradle-1.6-bin.zip'
sha1 '631650e2b0aa8dea45f94a999ecab850d0f07370'

devel do
url 'http:https://services.gradle.org/distributions/gradle-1.7-rc-1-bin.zip'
sha1 '13750fd7274fac0ec5f54719e0a5bba7eba0ba46'
version '1.7-rc1'
end

def install
libexec.install %w[bin lib]
bin.install_symlink libexec+'bin/gradle'
Expand Down

0 comments on commit 84d68cc

Please sign in to comment.