diff options
| author | ywjno | 2014-09-11 12:22:00 +0800 |
|---|---|---|
| committer | Jack Nagel | 2014-09-10 23:52:35 -0500 |
| commit | d9c026962599b45023bf877220a6e758a6783054 (patch) | |
| tree | 4d14f065400957c5ddefd6610fedc438e75dde9f | |
| parent | ecf355534a19189d5d133226d694f26f39c473ee (diff) | |
| download | homebrew-d9c026962599b45023bf877220a6e758a6783054.tar.bz2 | |
jetty 9.2.3
Closes #32230.
Signed-off-by: Jack Nagel <jacknagel@gmail.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 f5fa68343..eeffab1a9 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.2.2.v20140723/dist/jetty-distribution-9.2.2.v20140723.tar.gz&r=1" - version "9.2.2" - sha1 "d11072421b40c300e64498a3ca7f728bf4af1758" + url "http://eclipse.org/downloads/download.php?file=/jetty/9.2.3.v20140905/dist/jetty-distribution-9.2.3.v20140905.tar.gz&r=1" + version "9.2.3" + sha1 "7ad9d6678e794aa483fe5b4517f9aa79caf8e8db" def install libexec.install Dir['*'] |
