From 1cdc2a0bac100cb2357f6c7bff8daae389d9aed2 Mon Sep 17 00:00:00 2001 From: Pedro Pinheiro Date: Thu, 29 Jan 2015 10:54:53 +0000 Subject: jetty: fix url. Closes #36350. Signed-off-by: Mike McQuaid --- Library/Formula/jetty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/jetty.rb b/Library/Formula/jetty.rb index 32d7820ea..1cec3c166 100644 --- a/Library/Formula/jetty.rb +++ b/Library/Formula/jetty.rb @@ -2,7 +2,7 @@ require 'formula' class Jetty < Formula homepage "http://www.eclipse.org/jetty/" - url "http://download.eclipse.org/jetty/9.2.5.v20141112/dist/jetty-distribution-9.2.5.v20141112.tar.gz" + url "http://eclipse.org/downloads/download.php?file=/jetty/9.2.5.v20141112/dist/jetty-distribution-9.2.5.v20141112.tar.gz" version "9.2.5.v20141112" sha1 "30a7a34a7ac423fb15885a63f03bffc3669e4d9a" -- cgit v1.2.3