Jetty 9.0.2

Closes Homebrew/homebrew#19569.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Anthony Scotti 2013-05-01 22:46:37 -04:00 committed by Adam Vandenberg
parent c0bdaf7c22
commit da90b84cbb

View file

@ -2,15 +2,9 @@ require 'formula'
class Jetty < Formula
homepage 'http://www.eclipse.org/jetty/'
url 'http://eclipse.org/downloads/download.php?file=/jetty/8.1.8.v20121106/dist/jetty-distribution-8.1.8.v20121106.tar.gz&r=1'
version '8.1.8'
sha1 '19f6c1758d5b6d73702c08574062b63195a404b5'
devel do
url 'http://eclipse.org/downloads/download.php?file=/jetty/9.0.0.M4/dist/jetty-distribution-9.0.0.M4.tar.gz&r=1'
version '9.0.0.M4'
sha1 '98c4463b9fe1559e4e85cf75def5a21d2feef9e7'
end
url 'http://eclipse.org/downloads/download.php?file=/jetty/stable-9/dist/jetty-distribution-9.0.2.v20130417.tar.gz&r=1'
version '9.0.2'
sha1 '920eab8d41754cb9e68f050d98440a8f2a78739f'
def install
rm_rf Dir['bin/*.{cmd,bat]}']