diff options
| author | David Ma | 2014-06-10 14:39:41 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-10 08:03:11 +0100 |
| commit | 9f25b68d14f730a8e8ac9302b34db5f1c21696ce (patch) | |
| tree | 54fa28e0413d42ed789d619dc7a8187593ba5604 | |
| parent | 37baba1d8ca6c94300e2a741193193418c411463 (diff) | |
| download | homebrew-9f25b68d14f730a8e8ac9302b34db5f1c21696ce.tar.bz2 | |
jetty 9.2.0
upgrade jetty to 9.2.0.v2014052
Closes #30023.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/jetty.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/jetty.rb b/Library/Formula/jetty.rb index 169b9a356..35431dbd8 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.1.5.v20140505/dist/jetty-distribution-9.1.5.v20140505.tar.gz&r=1' - version '9.1.5' - sha1 '80ea2066dab35405f97d76299714f8e6e584cb21' + url 'http://eclipse.org/downloads/download.php?file=/jetty/9.2.0.v20140526/dist/jetty-distribution-9.2.0.v20140526.tar.gz&r=1' + version '9.2.0' + sha1 'f643745f9a7a4b03a05b1ff0bec6c1176e9e521e' def install libexec.install Dir['*'] |
