play 2.2.0

Removing the devel option as there is no RC, MILESTONE for the moment.

Closes Homebrew/homebrew#22699.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Michiel Missotten 2013-09-20 10:19:13 +02:00 committed by Mike McQuaid
parent ccaaf4391d
commit a3b644c555
1 changed files with 2 additions and 7 deletions

View File

@ -3,13 +3,8 @@ require 'formula'
class Play < Formula class Play < Formula
homepage 'http://www.playframework.org/' homepage 'http://www.playframework.org/'
head 'https://github.com/playframework/playframework.git' head 'https://github.com/playframework/playframework.git'
url 'http://downloads.typesafe.com/play/2.1.5/play-2.1.5.zip' url 'http://downloads.typesafe.com/play/2.2.0/play-2.2.0.zip'
sha1 '0c92e9c0c0e7ddfba0ef8a2f730c5cbcd6ebc377' sha1 '455b0c24cf94c8c59c03df0a1fd3bf7f33c2c953'
devel do
url 'http://downloads.typesafe.com/play/2.2.0-RC2/play-2.2.0-RC2.zip'
sha1 '6c3d9dedec8b94de5c3b4da8499bfce22d843b52'
end
def install def install
system "./framework/build", "publish-local" if build.head? system "./framework/build", "publish-local" if build.head?