tomcat 8.0.14
This commit is contained in:
parent
ba74266b9b
commit
74ddf4dcf6
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue