From d9e749be69fff09672f4b93d60a7c81929665d64 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 28 Sep 2014 02:08:23 +0200 Subject: tomcat 8.0.14 --- Library/Formula/tomcat.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tomcat.rb b/Library/Formula/tomcat.rb index 1038c5ea2..06c5047fb 100644 --- a/Library/Formula/tomcat.rb +++ b/Library/Formula/tomcat.rb @@ -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-8/v8.0.12/bin/apache-tomcat-8.0.12.tar.gz" - sha1 "c93b8e769522b3984989471b4bf7dfbc4ae68f70" + url "http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-8/v8.0.14/bin/apache-tomcat-8.0.14.tar.gz" + sha1 "1a63a44dbf1b73f2256a2f21521b3d5ee3e8b5bf" bottle do cellar :any @@ -15,9 +15,9 @@ class Tomcat < Formula option "with-fulldocs", "Install full documentation locally" resource "fulldocs" do - url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.12/bin/apache-tomcat-8.0.12-fulldocs.tar.gz" - version "8.0.12" - sha1 "e65aa4e03c91479aecfcaf21a5e4d99449706d3b" + url "http://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-8/v8.0.14/bin/apache-tomcat-8.0.14-fulldocs.tar.gz" + version "8.0.14" + sha1 "181b01c6d0be3dee5dea5dc12e38f5f0f3c2a72a" end def install -- cgit v1.2.3