diff options
| author | deizel | 2012-10-11 22:26:58 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-11 20:25:32 -0700 | 
| commit | 40cc684147fb6686d2639892bbca6c21356cda94 (patch) | |
| tree | ff3c6f0bda76b2a3545690210a997b8993b870f7 /Library/Formula/tomcat.rb | |
| parent | a907af44ce9bb950d1a04a36270880b93878c547 (diff) | |
| download | homebrew-40cc684147fb6686d2639892bbca6c21356cda94.tar.bz2 | |
tomcat 7.0.32
Closes #15416.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 77e5be65e..fb25d9b3c 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.30/bin/apache-tomcat-7.0.30.tar.gz' -  sha1 '2632d72b2e980f874ddc4f5b0f39a941f9937158' +  url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.32/bin/apache-tomcat-7.0.32.tar.gz' +  sha1 '94d7efcb0d2797b196b1a7d9537e3ed53f7607f4'    def install      # Remove Windows scripts  | 
