diff options
| author | makigumo | 2014-11-07 09:52:02 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-07 17:17:14 +0000 |
| commit | 8597bf8861560d762b9d0de80ef94fd6eeeee2b3 (patch) | |
| tree | cb3e9485b9897c06e8cf7c8fb90d656c8f9ec568 /Library | |
| parent | 111212c02805dfb7b83d388cdaa8a76d611224d3 (diff) | |
| download | homebrew-8597bf8861560d762b9d0de80ef94fd6eeeee2b3.tar.bz2 | |
tomcat 8.0.15
Closes #33995.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 015f84d9e..a8d317cb1 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.14/bin/apache-tomcat-8.0.14.tar.gz" - sha1 "1a63a44dbf1b73f2256a2f21521b3d5ee3e8b5bf" + 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" 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.14/bin/apache-tomcat-8.0.14-fulldocs.tar.gz" - version "8.0.14" - sha1 "181b01c6d0be3dee5dea5dc12e38f5f0f3c2a72a" + 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" end def install |
