aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/play.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/play.rb b/Library/Formula/play.rb
index 1dc85e46c..3347d42d6 100644
--- a/Library/Formula/play.rb
+++ b/Library/Formula/play.rb
@@ -7,6 +7,12 @@ class Play < Formula
head 'https://github.com/playframework/Play20.git'
+ devel do
+ url 'http://downloads.typesafe.com/play/2.2.0-M2/play-2.2.0-M2.zip'
+ version '2.2.0-M2'
+ sha1 '8c4d7393b8d50da4e02b59c67da2379710a305ea'
+ end
+
def install
rm Dir['*.bat'] # remove windows' bat files
libexec.install Dir['*']