diff options
| author | Pedro Pinheiro | 2015-01-29 10:54:53 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-29 14:34:43 +0000 | 
| commit | 1cdc2a0bac100cb2357f6c7bff8daae389d9aed2 (patch) | |
| tree | aec3d5e706cc2e545ab1bc9ec2966cf1df83dcdc | |
| parent | 7ff9483b75761a5cddfaf801ab9ce31f58220678 (diff) | |
| download | homebrew-1cdc2a0bac100cb2357f6c7bff8daae389d9aed2.tar.bz2 | |
jetty: fix url.
Closes #36350.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/jetty.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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" | 
