diff options
| author | Christian Moritz | 2013-01-23 23:03:20 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2013-01-23 17:39:58 -0600 | 
| commit | db50e5be3360db36c4dd3f43b4ce24c5e640b704 (patch) | |
| tree | 4e2e11042dda1a9b1a5a6189503914d5b5c55fb9 | |
| parent | 4c098f91b7bc0171b607bf51e77fb4111a65b48c (diff) | |
| download | homebrew-db50e5be3360db36c4dd3f43b4ce24c5e640b704.tar.bz2 | |
tomcat 7.0.35
Closes #17272.
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 d63ab4a47..b5f0a6f8c 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.34/bin/apache-tomcat-7.0.34.tar.gz' -  sha1 '881569860855458ed57c967e3cb10632ad951549' +  url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.35/bin/apache-tomcat-7.0.35.tar.gz' +  sha1 '62a50fcd4c4144971003d3d2688129ae33cce3e6'    def install      # Remove Windows scripts  | 
