diff options
| author | Redmar Kerkhoff | 2014-03-01 09:25:48 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-01 08:45:54 +0000 |
| commit | d8d5cb540a4147311d48f02009b9060f3756a377 (patch) | |
| tree | 8a4d034727dc273dafaf9883b2871385c0136fa3 /Library | |
| parent | 6a5975095bcf31eb079b6de64db71c68eec995ca (diff) | |
| download | homebrew-d8d5cb540a4147311d48f02009b9060f3756a377.tar.bz2 | |
play 2.2.2
Closes #27107.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/play.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/play.rb b/Library/Formula/play.rb index 035d23033..b6913d8c5 100644 --- a/Library/Formula/play.rb +++ b/Library/Formula/play.rb @@ -3,8 +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.2.1/play-2.2.1.zip' - sha1 'e4567f3cf61536908d66e85bde48d7e953f0a01f' + url 'http://downloads.typesafe.com/play/2.2.2/play-2.2.2.zip' + sha1 '9a2fa3c6b9ee36375d814d775bec4335e427dcd2' conflicts_with 'sox', :because => 'both install `play` binaries' |
