play --devel 2.2.2-RC1
Closes Homebrew/homebrew#25901. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
796c48eb4e
commit
b68b6dbb72
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ class Play < Formula
|
|||
|
||||
conflicts_with 'sox', :because => 'both install `play` binaries'
|
||||
|
||||
devel do
|
||||
url 'http://downloads.typesafe.com/play/2.2.2-RC1/play-2.2.2-RC1.zip'
|
||||
sha1 '42b2b035fb51befc83a45cfab811efe6fe4da337'
|
||||
end
|
||||
|
||||
def install
|
||||
system "./framework/build", "publish-local" if build.head?
|
||||
|
||||
|
|
Loading…
Reference in a new issue