diff options
| author | Dan | 2014-07-31 13:37:51 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-31 15:22:22 +0200 | 
| commit | 7ed7bdaaa46b25a29cd8149a1484fe9eb7226020 (patch) | |
| tree | 4130375049adb4f7940af8398e020ef897fa03b8 | |
| parent | 3cd6ff16886dacea98b348e7f4ee4257ba466aff (diff) | |
| download | homebrew-7ed7bdaaa46b25a29cd8149a1484fe9eb7226020.tar.bz2 | |
jetty 9.2.2.v20140723
Closes #31266.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/jetty.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/jetty.rb b/Library/Formula/jetty.rb index b06f82ae3..f5fa68343 100644 --- a/Library/Formula/jetty.rb +++ b/Library/Formula/jetty.rb @@ -1,10 +1,10 @@  require 'formula'  class Jetty < Formula -  homepage 'http://www.eclipse.org/jetty/' -  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' +  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"    def install      libexec.install Dir['*'] | 
