diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tomcat.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index 3ca1de349..77e5be65e 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -2,10 +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.29/bin/apache-tomcat-7.0.29.tar.gz' - sha1 'f27061da957751d6feb58acb16ded680823203d4' - - skip_clean :all + url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.30/bin/apache-tomcat-7.0.30.tar.gz' + sha1 '2632d72b2e980f874ddc4f5b0f39a941f9937158' def install # Remove Windows scripts |
