parent
f23c39e81f
commit
0a30317136
1 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,11 @@ require 'formula'
|
|||
|
||||
class Tomcat < Formula
|
||||
homepage 'http://tomcat.apache.org/'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.37/bin/apache-tomcat-7.0.37.tar.gz'
|
||||
sha1 'c720975d6ebefa071eb94fdb27f13f53e8884811'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-7/v7.0.39/bin/apache-tomcat-7.0.39.tar.gz'
|
||||
sha1 'a4dbca1ffa8f67cf9c985426ee019973638f4666'
|
||||
|
||||
# Keep log folders
|
||||
skip_clean 'libexec'
|
||||
|
||||
def install
|
||||
# Remove Windows scripts
|
||||
|
|
Loading…
Reference in a new issue