Skip to content

Commit 69c4856

Browse files
authored
Merge pull request #200586 from Homebrew/bump-tomcat-10.1.34
tomcat 10.1.34
2 parents 74fafe3 + 2ba4c85 commit 69c4856

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/t/tomcat.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Tomcat < 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.33/bin/apache-tomcat-10.1.33.tar.gz"
5-
mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.33/bin/apache-tomcat-10.1.33.tar.gz"
6-
sha256 "3b2b21d61cd587b5f838da1843763feaa5e864fe05975a101dade0922de50895"
4+
url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-10/v10.1.34/bin/apache-tomcat-10.1.34.tar.gz"
5+
mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.34/bin/apache-tomcat-10.1.34.tar.gz"
6+
sha256 "f799541380bfff2b674cefd86c5376d2d7d566b3a2e7c4579d2b491de8ec6c36"
77
license "Apache-2.0"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "8796b3c6aeb7fbac09cc53b3f982ddefca2c0b4149c3d01fa94d6216a556e658"
10+
sha256 cellar: :any_skip_relocation, all: "87735143f1cd9368f75dba7a7b394f436ebc737343a777d892bec7d64926c1a5"
1111
end
1212

1313
depends_on "openjdk"

0 commit comments

Comments
 (0)