aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChristian Moritz2013-07-13 14:02:40 +0200
committerAdam Vandenberg2013-07-13 09:49:56 -0700
commit00595583b583e77dc56929a7fc73b2260470b8bf (patch)
treec8b1bcd5a5826a01c41009c39c984c36966b8831 /Library/Formula
parentdd4c6f0675515930366e90d496ae894fe14205ea (diff)
downloadhomebrew-00595583b583e77dc56929a7fc73b2260470b8bf.tar.bz2
tomcat 7.0.42
Closes #21189. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tomcat.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb
index b42b45589..85dacbc2c 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.41/bin/apache-tomcat-7.0.41.tar.gz'
- sha1 '87974fcc24711ea253fb43e3db450664e02e1adf'
+ url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.42/bin/apache-tomcat-7.0.42.tar.gz'
+ sha1 '001a64629a93103d4f53ac95faf3e52a63657b95'
# Keep log folders
skip_clean 'libexec'