Jetty 9.0.5

Closes Homebrew/homebrew#22123.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Roman Romanchuk 2013-08-26 19:21:38 +02:00 committed by Adam Vandenberg
parent 6237d3170d
commit fb11e21991
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class Jetty < Formula
homepage 'http://www.eclipse.org/jetty/'
url 'http://eclipse.org/downloads/download.php?file=/jetty/9.0.3.v20130506/dist/jetty-distribution-9.0.3.v20130506.tar.gz&r=1'
version '9.0.3'
sha1 'aa91d5629c325e6fc87bf562c480d04ed36d8783'
url 'http://eclipse.org/downloads/download.php?file=/jetty/9.0.5.v20130815/dist/jetty-distribution-9.0.5.v20130815.tar.gz&r=1'
version '9.0.5'
sha1 '9e5d237e2bf536ab9f6cdb80493a4ca27124d896'
def install
rm_rf Dir['bin/*.{cmd,bat]}']