diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tomcat.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index 483e87e8d..47b7dd7cf 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.5/bin/apache-tomcat-8.0.5.tar.gz" - sha1 "dc21157e8577132999f090859be2c4468e841c23" + url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.8/bin/apache-tomcat-8.0.8.tar.gz" + sha1 "4cca8a0a296f76d45d0b807a03ad956e6bb8a02b" 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" + url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.8/bin/apache-tomcat-8.0.8-fulldocs.tar.gz" + version "8.0.8" + sha1 "a8d98a65e7904047ae8ca5f5dea8a42d0e0491ac" end end |
