jetty: fix url.
Closes Homebrew/homebrew#36350. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e3f984a08f
commit
14dea53a12
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
||||||
|
|
||||||
class Jetty < Formula
|
class Jetty < Formula
|
||||||
homepage "http://www.eclipse.org/jetty/"
|
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"
|
version "9.2.5.v20141112"
|
||||||
sha1 "30a7a34a7ac423fb15885a63f03bffc3669e4d9a"
|
sha1 "30a7a34a7ac423fb15885a63f03bffc3669e4d9a"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue