tomcat 7.0.30
This commit is contained in:
parent
cd81fc29fe
commit
ff5bac6caa
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue