tomcat-native 1.1.30
Closes Homebrew/homebrew#28428. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0873591658
commit
fcea7e46ec
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class TomcatNative < Formula
|
||||
homepage 'http://tomcat.apache.org/native-doc/'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-connectors/native/1.1.29/source/tomcat-native-1.1.29-src.tar.gz'
|
||||
sha1 '16ce3eaee7a4c26f4a6fdd89eece83501d12b754'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-connectors/native/1.1.30/source/tomcat-native-1.1.30-src.tar.gz'
|
||||
sha1 '07fca7c3e7b8301fc80b0e3c317e642a3616142a'
|
||||
|
||||
depends_on :libtool => :build
|
||||
depends_on 'tomcat' => :recommended
|
||||
|
|
Loading…
Reference in a new issue