diff options
Diffstat (limited to 'Library/Formula')
| -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 157327c11..c3d22bcca 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/stable-9/dist/jetty-distribution-9.0.2.v20130417.tar.gz&r=1' - version '9.0.2' - sha1 '920eab8d41754cb9e68f050d98440a8f2a78739f' + url 'http://eclipse.org/downloads/download.php?file=/jetty/9.0.3.v20130506/dist/jetty-distribution-9.0.3.v20130506.tar.gz&r=1' + version '9.0.3' + sha1 'aa91d5629c325e6fc87bf562c480d04ed36d8783' def install rm_rf Dir['bin/*.{cmd,bat]}'] |
