diff options
| author | Dan | 2014-05-22 16:04:53 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-05-23 20:52:22 -0500 |
| commit | bbe3f70d1ea5a4e0f04a0806b4910bbf9f884467 (patch) | |
| tree | 14b6d2abb72a0d56d9270c0cf5ca6fdee8b6a4c7 /Library | |
| parent | f230a72d07fb5f9e2db9b7731a3d386c3bd882e2 (diff) | |
| download | homebrew-bbe3f70d1ea5a4e0f04a0806b4910bbf9f884467.tar.bz2 | |
tomcat 7.0.54
Closes #29540.
Signed-off-by: Jack Nagel <jacknagel@gmail.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 47b7dd7cf..f7aa55ff8 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -1,9 +1,9 @@ require 'formula' class Tomcat < Formula - homepage 'http://tomcat.apache.org/' - url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.53/bin/apache-tomcat-7.0.53.tar.gz' - sha1 '269a01f03ed22e5ad7fa33dec300ef40cac96440' + homepage "http://tomcat.apache.org/" + url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.54/bin/apache-tomcat-7.0.54.tar.gz" + sha1 "b0db037619c5c10cbe8d17f7a1492fd759fa5805" option "with-fulldocs", "Install full documentation locally" @@ -18,10 +18,10 @@ class Tomcat < Formula end end - resource 'fulldocs' do - url 'http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-7/v7.0.53/bin/apache-tomcat-7.0.53-fulldocs.tar.gz' - version '7.0.53' - sha1 '4a6585ee59d7fef1e144652227986f9e390b048c' + resource "fulldocs" do + url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-7/v7.0.54/bin/apache-tomcat-7.0.54-fulldocs.tar.gz" + version "7.0.54" + sha1 "2b2dc6835ebcaf12705cd3e60c40114e498651f0" end # Keep log folders |
