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 c3d22bcca..d8cb929c7 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.0.3.v20130506/dist/jetty-distribution-9.0.3.v20130506.tar.gz&r=1' - version '9.0.3' - sha1 'aa91d5629c325e6fc87bf562c480d04ed36d8783' + url 'http://eclipse.org/downloads/download.php?file=/jetty/9.0.5.v20130815/dist/jetty-distribution-9.0.5.v20130815.tar.gz&r=1' + version '9.0.5' + sha1 '9e5d237e2bf536ab9f6cdb80493a4ca27124d896' def install rm_rf Dir['bin/*.{cmd,bat]}'] |
