From 7f1e05972cb23c2526cf7910f13bd5a03bf14104 Mon Sep 17 00:00:00 2001 From: Lee Hanxue Date: Fri, 22 Nov 2013 16:04:21 +0800 Subject: [PATCH] jetty 9.1.0 Closes Homebrew/homebrew#24583. Signed-off-by: Mike McQuaid --- Formula/jetty.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/jetty.rb b/Formula/jetty.rb index d8cb929c7a..dced57fb0f 100644 --- a/Formula/jetty.rb +++ b/Formula/jetty.rb @@ -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.5.v20130815/dist/jetty-distribution-9.0.5.v20130815.tar.gz&r=1' - version '9.0.5' - sha1 '9e5d237e2bf536ab9f6cdb80493a4ca27124d896' + url 'http://eclipse.org/downloads/download.php?file=/jetty/stable-9/dist/jetty-distribution-9.1.0.v20131115.tar.gz&r=1' + version '9.1.0' + sha1 '50e6a8e45581fc111922cdaada93b9eea27ae937' def install rm_rf Dir['bin/*.{cmd,bat]}']