diff options
| -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 87d7ff547..33f515d29 100644 --- a/Library/Formula/play.rb +++ b/Library/Formula/play.rb @@ -1,9 +1,9 @@ require 'formula' class Play <Formula - url 'http://download.playframework.org/releases/play-1.1.zip' + url 'http://download.playframework.org/releases/play-1.1.1.zip' homepage 'http://www.playframework.org/' - md5 '54513b11dc4eacd68d01f5c59bb8ec97' + md5 '3a2a49cfcc0ea679c75d3c1cb34ec080' def install rm_rf 'python' # we don't need the bundled Python for windows |
