aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/tomcat.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb
index 929f87f92..6de735d70 100644
--- a/Library/Formula/tomcat.rb
+++ b/Library/Formula/tomcat.rb
@@ -8,13 +8,13 @@ class Tomcat < Formula
option "with-fulldocs", "Install full documentation locally"
devel do
- url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.3/bin/apache-tomcat-8.0.3.tar.gz'
- sha1 'f98f796c17c7653fc6bceac8be049df1e2bedc4d'
+ url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.5/bin/apache-tomcat-8.0.5.tar.gz"
+ sha1 "dc21157e8577132999f090859be2c4468e841c23"
- resource 'fulldocs' do
- url 'http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.3/bin/apache-tomcat-8.0.3-fulldocs.tar.gz'
- version '8.0.3'
- sha1 '3270682abb87d8ec94beabf4ca4952807c6aa6db'
+ resource "fulldocs" do
+ url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.5/bin/apache-tomcat-8.0.5-fulldocs.tar.gz"
+ version "8.0.5"
+ sha1 "8d27a447e1d38d6491d47e15d66c4bc9b03ef55f"
end
end