diff options
| -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 f5fa68343..eeffab1a9 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.2.v20140723/dist/jetty-distribution-9.2.2.v20140723.tar.gz&r=1" - version "9.2.2" - sha1 "d11072421b40c300e64498a3ca7f728bf4af1758" + 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" def install libexec.install Dir['*'] |
