diff options
| author | asaph | 2015-03-30 09:50:25 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-30 19:25:40 +0100 |
| commit | 6e4a70ae278b5ae4852275978735edd7bf14309b (patch) | |
| tree | d88718472444d0ef9e02a28f2f1714d7fe561f4c /Library | |
| parent | 95834060bda942fa562501cada30f590e1c2d389 (diff) | |
| download | homebrew-6e4a70ae278b5ae4852275978735edd7bf14309b.tar.bz2 | |
tomcat 8.0.21
Closes #38197.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tomcat.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index 890f3874b..06da7cfd0 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -1,8 +1,8 @@ class Tomcat < Formula homepage "https://tomcat.apache.org/" - url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20.tar.gz" - mirror "https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20.tar.gz" - sha1 "f27e57423a5728216dfe0d38d6f7f4dc03ffee97" + url "https://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.21/bin/apache-tomcat-8.0.21.tar.gz" + mirror "https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.21/bin/apache-tomcat-8.0.21.tar.gz" + sha1 "957e88df8a9c3fc6b786321c4014b44c5c775773" bottle do cellar :any @@ -14,10 +14,10 @@ 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.20/bin/apache-tomcat-8.0.20-fulldocs.tar.gz" - mirror "https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20-fulldocs.tar.gz" - version "8.0.20" - sha1 "7ad70556833a952a084490788d9ea41262a8911c" + url "https://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.21/bin/apache-tomcat-8.0.21-fulldocs.tar.gz" + mirror "https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.21/bin/apache-tomcat-8.0.21-fulldocs.tar.gz" + version "8.0.21" + sha1 "3fc4db49c36846b4197810b7f26d07f5bdd17931" end def install |
