play 2.1.2

Closes Homebrew/homebrew#21033.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jason Webb 2013-07-05 22:27:45 -06:00 committed by Jack Nagel
parent 42b3e29d15
commit 4c4033c3a2

View file

@ -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['*']