diff options
| author | makigumo | 2015-02-20 21:19:29 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-24 16:21:13 +0000 |
| commit | 2d052640a8fb171c6f6b0e370c2ad2db72dab2db (patch) | |
| tree | d2f8a927a16c291fd80195aa5195a400de8afb2f /Library | |
| parent | b33357c0159a7d6d61bda64c3ee932d15e92e161 (diff) | |
| download | homebrew-2d052640a8fb171c6f6b0e370c2ad2db72dab2db.tar.bz2 | |
tomcat 8.0.20
Closes #37148.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tomcat.rb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index 988a456e4..8db87c20a 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -1,9 +1,7 @@ -require 'formula' - class Tomcat < Formula homepage "http://tomcat.apache.org/" - url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.18/bin/apache-tomcat-8.0.18.tar.gz" - sha1 "4c0232cac19a0a07d840258a975deec438038712" + url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20.tar.gz" + sha1 "f27e57423a5728216dfe0d38d6f7f4dc03ffee97" bottle do cellar :any @@ -15,9 +13,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.18/bin/apache-tomcat-8.0.18-fulldocs.tar.gz" - version "8.0.18" - sha1 "162e717f450ae97b990906e6ff7734dc3bd9e083" + url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.20/bin/apache-tomcat-8.0.20-fulldocs.tar.gz" + version "8.0.20" + sha1 "7ad70556833a952a084490788d9ea41262a8911c" end def install |
