diff options
| author | Foredoomed | 2014-11-16 15:42:31 +0800 | 
|---|---|---|
| committer | Jack Nagel | 2014-11-16 14:30:37 -0600 | 
| commit | 813f3380cf59b0667188a84661811bc2cf69894e (patch) | |
| tree | 3e328839b4d6013baf73600c4ca508f878cd6410 | |
| parent | 92e032931489eb310b8daa560704748ae5d98817 (diff) | |
| download | homebrew-813f3380cf59b0667188a84661811bc2cf69894e.tar.bz2 | |
jetty 9.2.5.v20141112
Closes #34232.
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 eeffab1a9..32d7820ea 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.3.v20140905/dist/jetty-distribution-9.2.3.v20140905.tar.gz&r=1" -  version "9.2.3" -  sha1 "7ad9d6678e794aa483fe5b4517f9aa79caf8e8db" +  url "http://download.eclipse.org/jetty/9.2.5.v20141112/dist/jetty-distribution-9.2.5.v20141112.tar.gz" +  version "9.2.5.v20141112" +  sha1 "30a7a34a7ac423fb15885a63f03bffc3669e4d9a"    def install      libexec.install Dir['*'] | 
