Skip to content

Commit 45ae423

Browse files
authored
Merge pull request #232719 from Homebrew/[email protected]
tomcat@10 10.1.44
2 parents 2df48c8 + 1489f25 commit 45ae423

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 TomcatAT10 < 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-10/v10.1.43/bin/apache-tomcat-10.1.43.tar.gz"
5-
mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.43/bin/apache-tomcat-10.1.43.tar.gz"
6-
sha256 "859d15c7f0e08e543a925bf84728ee2166c710b14a62fbc9be7f58f17aa9675d"
4+
url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-10/v10.1.44/bin/apache-tomcat-10.1.44.tar.gz"
5+
mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.44/bin/apache-tomcat-10.1.44.tar.gz"
6+
sha256 "e020c2fa8649f1de9abbc2ddce70dd61e997d0ed161ee02a30de4b221263be9c"
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: "42a02215c662d7bc9d94075971f3aef1f53e461bf75173c279b4441776e931cc"
14+
sha256 cellar: :any_skip_relocation, all: "4d007a9a4cb153493093f7d07f405d1b82437ceab493d2648ca076cd47f52a37"
1515
end
1616

1717
keg_only :versioned_formula

0 commit comments

Comments
 (0)