diff options
Diffstat (limited to 'Library/Formula/tomcat.rb')
| -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  | 
