Skip to content

Commit

Permalink
Merge pull request #190963 from Homebrew/bump-tomcat-10.1.30
Browse files Browse the repository at this point in the history
tomcat 10.1.30
  • Loading branch information
BrewTestBot authored Sep 17, 2024
2 parents 842693f + 9ad8999 commit 72d8f41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/t/tomcat.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Tomcat < Formula
desc "Implementation of Java Servlet and JavaServer Pages"
homepage "https://tomcat.apache.org/"
url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-10/v10.1.29/bin/apache-tomcat-10.1.29.tar.gz"
mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.29/bin/apache-tomcat-10.1.29.tar.gz"
sha256 "93d92527d467fff094d45db1cabbe1a2cefb92979779a44f2a50d053b4155ce3"
url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-10/v10.1.30/bin/apache-tomcat-10.1.30.tar.gz"
mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.30/bin/apache-tomcat-10.1.30.tar.gz"
sha256 "8de5a808f3dc762ace67948cd90d1327b116816622044dc8750f04207df90a2e"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, all: "e60802ddf63effd31dca0e6704d1dd8f78faaa40e7a5dd5c1f9e4f865ee035bc"
sha256 cellar: :any_skip_relocation, all: "5e280a06f5c9d113ebcaae62fc11dafdbb2233a619e72007704ebd52e736ff3b"
end

depends_on "openjdk"
Expand Down

0 comments on commit 72d8f41

Please sign in to comment.