From 834bce662b487a542cc1bd5df1136769414dcfe9 Mon Sep 17 00:00:00 2001 From: Roman Romanchuk Date: Mon, 26 Aug 2013 19:21:38 +0200 Subject: Jetty 9.0.5 Closes #22123. Signed-off-by: Adam Vandenberg --- Library/Formula/jetty.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/jetty.rb b/Library/Formula/jetty.rb index c3d22bcca..d8cb929c7 100644 --- a/Library/Formula/jetty.rb +++ b/Library/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.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]}'] -- cgit v1.2.3