aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDaniele Torelli2013-03-20 10:32:32 +0100
committerJack Nagel2013-03-20 10:55:41 -0500
commit7a6ee0f261c26d382566a2b9ba21096f24ce8b16 (patch)
tree6091470a6afcb3d5b4ed8e314a88d537037f0d4b /Library
parent97cc369a52f28e1d39a43931feb138a2d1dabaf2 (diff)
downloadhomebrew-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.rb5
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['*']