aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jetty.rb
diff options
context:
space:
mode:
authorDavid Ma2014-03-08 00:02:08 +0800
committerBrett Koonce2014-03-07 16:39:47 -0600
commit4e63f9c46a7327364928ec0e25a091e963797e92 (patch)
tree1132fc968861e369d682ab3626d59472b4c7a657 /Library/Formula/jetty.rb
parent1d62f3829ff3164a52e72093935ce4fa1699baa2 (diff)
downloadhomebrew-4e63f9c46a7327364928ec0e25a091e963797e92.tar.bz2
jetty 9.1.3
Closes #27296. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/jetty.rb')
-rw-r--r--Library/Formula/jetty.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/jetty.rb b/Library/Formula/jetty.rb
index 9350c93e5..7fcbcd1b4 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.1.0.v20131115/dist/jetty-distribution-9.1.0.v20131115.tar.gz&r=1'
- version '9.1.0'
- sha1 '50e6a8e45581fc111922cdaada93b9eea27ae937'
+ url 'http://eclipse.org/downloads/download.php?file=/jetty/9.1.3.v20140225/dist/jetty-distribution-9.1.3.v20140225.tar.gz&r=1'
+ version '9.1.3'
+ sha1 '09cc96d187ad07bc86414b123475d0fe2d25e255'
def install
rm_rf Dir['bin/*.{cmd,bat]}']