tomcat 7.0.35
Closes Homebrew/homebrew#17272. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
cd157b0e3b
commit
8ac5ee07bf
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.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
|
||||
|
|
Loading…
Reference in a new issue