aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakigumo2015-01-16 05:39:23 +0100
committerJack Nagel2015-01-16 00:07:10 -0500
commit7230a33caebac6567c6dcc6f4daa13c71f0dded0 (patch)
treebb5bb6c3664a1dea08e3b45409b7e09e0af06917
parentbec3e942a827a008655b363e3ab55df4dddfe696 (diff)
downloadhomebrew-7230a33caebac6567c6dcc6f4daa13c71f0dded0.tar.bz2
tomcat 8.0.17
Closes #35930. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/tomcat.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb
index 68331cb79..0b677178d 100644
--- a/Library/Formula/tomcat.rb
+++ b/Library/Formula/tomcat.rb
@@ -2,8 +2,8 @@ require 'formula'
class Tomcat < Formula
homepage "http://tomcat.apache.org/"
- url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.15/bin/apache-tomcat-8.0.15.tar.gz"
- sha1 "e9b6c04f3d337a7a1e50acd175295b8c30e9d3b2"
+ url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17.tar.gz"
+ sha1 "3e967565aebc5870b90c27c6fb2b76618c3c26da"
bottle do
cellar :any
@@ -15,9 +15,9 @@ class Tomcat < Formula
option "with-fulldocs", "Install full documentation locally"
resource "fulldocs" do
- url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.15/bin/apache-tomcat-8.0.15-fulldocs.tar.gz"
- version "8.0.15"
- sha1 "c010691b690f23b3320702f7a9b2fde51d885a44"
+ url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-fulldocs.tar.gz"
+ version "8.0.17"
+ sha1 "6111724deb66508c6d2d501118c807d393cde982"
end
def install