diff options
| author | George Bashi | 2011-08-12 16:59:31 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-08-12 12:14:08 -0700 | 
| commit | f857eca97098033889614f565ec59e2518eff7ac (patch) | |
| tree | 5f8a434233d27faebd845414791e2489f199e1c3 /Library/Formula/tomcat.rb | |
| parent | 562e92b0908d453e2a2cd2a359a7bcb9cfe4063d (diff) | |
| download | homebrew-f857eca97098033889614f565ec59e2518eff7ac.tar.bz2 | |
tomcat 7.0.20
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 5320dc5dc..048eaecaa 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -1,9 +1,9 @@  require 'formula'  class Tomcat < Formula -  url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.19/bin/apache-tomcat-7.0.19.tar.gz' +  url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.20/bin/apache-tomcat-7.0.20.tar.gz'    homepage 'http://tomcat.apache.org/' -  md5 '4bea2283d72326c35435234164749efa' +  md5 'e6a8b71d334d28a471682ee02fd08b91'    skip_clean :all  | 
