diff options
Diffstat (limited to 'Library/Formula/jetty.rb')
| -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['*'] | 
