diff options
| author | Michiel Missotten | 2013-09-20 10:19:13 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-20 09:31:53 +0100 |
| commit | 27cc6fa527b85198c9fe4a7f0788f9e7a75c46c4 (patch) | |
| tree | 63f7dd4e516e76074aac018b10eed55caade6b73 /Library/Formula | |
| parent | f0afc298c43520e40681eb93b73b21a86851acfc (diff) | |
| download | homebrew-27cc6fa527b85198c9fe4a7f0788f9e7a75c46c4.tar.bz2 | |
play 2.2.0
Removing the devel option as there is no RC, MILESTONE for the moment.
Closes #22699.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/play.rb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/play.rb b/Library/Formula/play.rb index d923acd1a..13eb808f4 100644 --- a/Library/Formula/play.rb +++ b/Library/Formula/play.rb @@ -3,13 +3,8 @@ require 'formula' class Play < Formula homepage 'http://www.playframework.org/' head 'https://github.com/playframework/playframework.git' - url 'http://downloads.typesafe.com/play/2.1.5/play-2.1.5.zip' - sha1 '0c92e9c0c0e7ddfba0ef8a2f730c5cbcd6ebc377' - - devel do - url 'http://downloads.typesafe.com/play/2.2.0-RC2/play-2.2.0-RC2.zip' - sha1 '6c3d9dedec8b94de5c3b4da8499bfce22d843b52' - end + url 'http://downloads.typesafe.com/play/2.2.0/play-2.2.0.zip' + sha1 '455b0c24cf94c8c59c03df0a1fd3bf7f33c2c953' def install system "./framework/build", "publish-local" if build.head? |
