play 2.1.2
Closes Homebrew/homebrew#21033. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
42b3e29d15
commit
4c4033c3a2
1 changed files with 2 additions and 7 deletions
|
@ -2,16 +2,11 @@ require 'formula'
|
||||||
|
|
||||||
class Play < Formula
|
class Play < Formula
|
||||||
homepage 'http://www.playframework.org/'
|
homepage 'http://www.playframework.org/'
|
||||||
url 'http://downloads.typesafe.com/play/2.1.1/play-2.1.1.zip'
|
url 'http://downloads.typesafe.com/play/2.1.2/play-2.1.2.zip'
|
||||||
sha1 '3b1a0c3ca23dde36113d935b85d7f4d45f05923b'
|
sha1 'b6d8716a54219b40ffc678656c4763e360258bf7'
|
||||||
|
|
||||||
head 'https://github.com/playframework/Play20.git'
|
head 'https://github.com/playframework/Play20.git'
|
||||||
|
|
||||||
devel do
|
|
||||||
url 'http://downloads.typesafe.com/play/2.1.2-RC1/play-2.1.2-RC1.zip'
|
|
||||||
sha1 '61e1ee829ea5bec826dc4237ebb6dcab3e47feb7'
|
|
||||||
end
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
rm Dir['*.bat'] # remove windows' bat files
|
rm Dir['*.bat'] # remove windows' bat files
|
||||||
libexec.install Dir['*']
|
libexec.install Dir['*']
|
||||||
|
|
Loading…
Reference in a new issue