Skip to content

Commit 9e6bae5

Browse files
authored
Merge pull request Homebrew#210022 from Homebrew/[email protected]
tomcat@9 9.0.102
2 parents d802d8e + 3ee39cc commit 9e6bae5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/t/[email protected]

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class TomcatAT9 < Formula
22
desc "Implementation of Java Servlet and JavaServer Pages"
33
homepage "https://tomcat.apache.org/"
4-
url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-9/v9.0.100/bin/apache-tomcat-9.0.100.tar.gz"
5-
mirror "https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.100/bin/apache-tomcat-9.0.100.tar.gz"
6-
sha256 "1253158c45a31a8168b41436512acc2292e94a3468b1bd8e4d0a7a79dcc1f5ff"
4+
url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-9/v9.0.102/bin/apache-tomcat-9.0.102.tar.gz"
5+
mirror "https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.102/bin/apache-tomcat-9.0.102.tar.gz"
6+
sha256 "23e0a3b16d53a121c8c86b0ea4e6967d1a4ab689ccf6490ce09eae57ac394787"
77
license "Apache-2.0"
88

99
livecheck do
1010
url :stable
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "fc57c11c8c2517e297f71f255c919d9bc92695f362c09a45d3f6ae30363e1812"
14+
sha256 cellar: :any_skip_relocation, all: "1236dcd19a4daa0aaa23e546d14128c97a5b2dfaebed671f1210e197e084f487"
1515
end
1616

1717
keg_only :versioned_formula

0 commit comments

Comments
 (0)