diff options
| author | David Ma | 2015-02-01 16:46:48 +0800 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-01 11:44:41 +0100 | 
| commit | c952a350c45c88bccfca4b1afa331cca7563efc9 (patch) | |
| tree | eebfc88a6a778831e089261bfe6b88805a58ee46 | |
| parent | 6dc9f4858e7d7696480d530f148d107483012484 (diff) | |
| download | homebrew-c952a350c45c88bccfca4b1afa331cca7563efc9.tar.bz2 | |
jetty 9.2.7.v20150116
9.2.7.v20150116
Closes #36428.
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 1cec3c166..e1c016784 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.5.v20141112/dist/jetty-distribution-9.2.5.v20141112.tar.gz" -  version "9.2.5.v20141112" -  sha1 "30a7a34a7ac423fb15885a63f03bffc3669e4d9a" +  url "http://download.eclipse.org/jetty/9.2.7.v20150116/dist/jetty-distribution-9.2.7.v20150116.tar.gz" +  version "9.2.7.v20150116" +  sha1 "90d3f9ef886696a62bd93012f463d0054282b395"    def install      libexec.install Dir['*'] | 
