diff options
| author | Daniele Torelli | 2013-03-20 10:32:32 +0100 |
|---|---|---|
| committer | Jack Nagel | 2013-03-20 10:55:41 -0500 |
| commit | 7a6ee0f261c26d382566a2b9ba21096f24ce8b16 (patch) | |
| tree | 6091470a6afcb3d5b4ed8e314a88d537037f0d4b /Library | |
| parent | 97cc369a52f28e1d39a43931feb138a2d1dabaf2 (diff) | |
| download | homebrew-7a6ee0f261c26d382566a2b9ba21096f24ce8b16.tar.bz2 | |
play devel 2.1.1-RC1
Closes #18604.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/play.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/play.rb b/Library/Formula/play.rb index 5853872b7..f8698dee3 100644 --- a/Library/Formula/play.rb +++ b/Library/Formula/play.rb @@ -7,6 +7,11 @@ class Play < Formula head 'https://github.com/playframework/Play20.git' + devel do + url 'http://downloads.typesafe.com/play/2.1.1-RC1/play-2.1.1-RC1.zip' + sha1 'c7e0a3e6b802efbce1f2422d6852ec4828731e30' + end + def install rm Dir['*.bat'] # remove windows' bat files libexec.install Dir['*'] |
