diff options
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 4c21b728f..4d2b37c3a 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.0/play-2.2.0.zip' - sha1 '455b0c24cf94c8c59c03df0a1fd3bf7f33c2c953' + url 'http://downloads.typesafe.com/play/2.2.1/play-2.2.1.zip' + sha1 'e4567f3cf61536908d66e85bde48d7e953f0a01f' def install system "./framework/build", "publish-local" if build.head? |
