diff options
| author | Christian Moritz | 2013-05-20 01:48:53 +0200 |
|---|---|---|
| committer | Jack Nagel | 2013-05-19 19:00:25 -0500 |
| commit | 2040d60b9257411a56b806a534e78b3233200059 (patch) | |
| tree | c667433264763b55e1c1991bc799ff6b637a0f5a | |
| parent | 0e9c41ce43d35fe0d58c86ef516f9821692d118d (diff) | |
| download | homebrew-2040d60b9257411a56b806a534e78b3233200059.tar.bz2 | |
tomcat 7.0.40
Closes #19931.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/tomcat.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index ff13e386c..3bb9ef85a 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-7/v7.0.39/bin/apache-tomcat-7.0.39.tar.gz' - sha1 'a4dbca1ffa8f67cf9c985426ee019973638f4666' + url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.40/bin/apache-tomcat-7.0.40.tar.gz' + sha1 '2fe185842076458da57b54f0a2cc3f5b41ae007d' # Keep log folders skip_clean 'libexec' |
