diff options
| author | Dan | 2014-08-22 18:33:33 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-08-22 17:15:17 -0500 |
| commit | 68d8a147dd545dd023d128976ff9c3beb0ed54b6 (patch) | |
| tree | 1138e6674d871b04d5c86f6bc575af142e750d3c /Library | |
| parent | 12edc54b6192df4f9d3c64b33632cf940305bec7 (diff) | |
| download | homebrew-68d8a147dd545dd023d128976ff9c3beb0ed54b6.tar.bz2 | |
tomcat 8.0.11
Closes #31802.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 9f0a5db55..d492a0f8b 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.9/bin/apache-tomcat-8.0.9.tar.gz" - sha1 "7218d06eab70e576de68a4d4d72ec4da34304676" + url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.11/bin/apache-tomcat-8.0.11.tar.gz" + sha1 "a0857a830dd66ccd417fd3910edf787f57a37ce3" 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.9/bin/apache-tomcat-8.0.9-fulldocs.tar.gz" - version "8.0.9" - sha1 "24abb690d63a62f6d914739268057a6f3d29d4df" + url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.11/bin/apache-tomcat-8.0.11-fulldocs.tar.gz" + version "8.0.11" + sha1 "cf2d3fabb0577e6225d75e63131b2347987f81f6" end # Keep log folders |
