diff options
| author | makigumo | 2015-02-24 15:55:02 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-24 15:22:22 +0000 | 
| commit | b33357c0159a7d6d61bda64c3ee932d15e92e161 (patch) | |
| tree | 8e4c98ace361c0c1b07a31ed7bae1e93feb12fd4 | |
| parent | df3927f7edaf9c789dd79038f1ffe0b3b15a39d3 (diff) | |
| download | homebrew-b33357c0159a7d6d61bda64c3ee932d15e92e161.tar.bz2 | |
jetty 9.2.8.v20150217
Closes #37149.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/jetty.rb | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/Library/Formula/jetty.rb b/Library/Formula/jetty.rb index e1c016784..c2200c59f 100644 --- a/Library/Formula/jetty.rb +++ b/Library/Formula/jetty.rb @@ -1,10 +1,8 @@ -require 'formula' -  class Jetty < Formula    homepage "http://www.eclipse.org/jetty/" -  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" +  url "http://download.eclipse.org/jetty/9.2.8.v20150217/dist/jetty-distribution-9.2.8.v20150217.tar.gz" +  version "9.2.8.v20150217" +  sha1 "d565cb0abe9c265f573a16c5dfd9ae36e769c908"    def install      libexec.install Dir['*'] | 
