tomcat-native 1.1.30

Closes Homebrew/homebrew#28428.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
asaph 2014-04-15 10:48:46 -07:00 committed by Adam Vandenberg
parent 0873591658
commit fcea7e46ec
1 changed files with 2 additions and 2 deletions

View File

@ -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