diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/play.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/play.rb b/Library/Formula/play.rb index 3799ce37c..d03a4141b 100644 --- a/Library/Formula/play.rb +++ b/Library/Formula/play.rb @@ -5,6 +5,12 @@ class Play < Formula url 'http://download.playframework.org/releases/play-2.0.4.zip' sha1 '98cacf40aa2099e01051a2f0b94187dd2fbb729a' + devel do + url 'http://download.playframework.org/releases/play-2.1-RC1.zip' + sha1 '71b03af81173f7b5e62eb620438bbb4b29e0c29f' + version '2.1-RC1' + end + def install rm Dir['*.bat'] # remove windows' bat files libexec.install Dir['*'] |
