tomcat 7.0.33
Closes Homebrew/homebrew#16347. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4c02ba0f95
commit
dfb3f05863
1 changed files with 2 additions and 2 deletions
|
@ -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.32/bin/apache-tomcat-7.0.32.tar.gz'
|
||||
sha1 '94d7efcb0d2797b196b1a7d9537e3ed53f7607f4'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.33/bin/apache-tomcat-7.0.33.tar.gz'
|
||||
sha1 '9002fe245071262a23acb09eff0e6e52a770df6d'
|
||||
|
||||
def install
|
||||
# Remove Windows scripts
|
||||
|
|
Loading…
Reference in a new issue