diff options
| author | Dan | 2014-06-12 09:24:33 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-12 12:32:43 +0100 |
| commit | 135bc160e6afb21a3a6c416f58ade7e0fff0b150 (patch) | |
| tree | 4245c3db790ed88e4dfed3a6ce4a40acf02847a3 | |
| parent | 1d74922eb2786c59f3f06566ee971e47e9444a19 (diff) | |
| download | homebrew-135bc160e6afb21a3a6c416f58ade7e0fff0b150.tar.bz2 | |
jetty 9.2.1
jetty 9.2.1.v20140609
Closes #30088.
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 35431dbd8..b06f82ae3 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.0.v20140526/dist/jetty-distribution-9.2.0.v20140526.tar.gz&r=1' - version '9.2.0' - sha1 'f643745f9a7a4b03a05b1ff0bec6c1176e9e521e' + url 'http://eclipse.org/downloads/download.php?file=/jetty/9.2.1.v20140609/dist/jetty-distribution-9.2.1.v20140609.tar.gz&r=1' + version '9.2.1' + sha1 '1d784f556ae998ea6e48547e4db079367df87ab0' def install libexec.install Dir['*'] |
