Skip to content

Commit

Permalink
Merge pull request #139546 from chenrui333/bump-tomcat-10.1.12
Browse files Browse the repository at this point in the history
tomcat 10.1.12
  • Loading branch information
BrewTestBot authored Aug 14, 2023
2 parents 0968926 + 7c432c7 commit f9de4f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/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.11/bin/apache-tomcat-10.1.11.tar.gz"
mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.11/bin/apache-tomcat-10.1.11.tar.gz"
sha256 "5438ab5bb82eab806a0f26b8ceafdb45ec66519b324567b052b7ca8a9e6314ac"
url "https://www.apache.org/dyn/closer.lua?path=tomcat/tomcat-10/v10.1.12/bin/apache-tomcat-10.1.12.tar.gz"
mirror "https://archive.apache.org/dist/tomcat/tomcat-10/v10.1.12/bin/apache-tomcat-10.1.12.tar.gz"
sha256 "af3fb10448f7ed653ff85138af520666483f2d76e59172d7dd87a6d340a09d2f"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, all: "71f6b54e1bfeaed15270424bddb9000df740e1ad311ed4f1f7a5ab10c7c0c0e9"
sha256 cellar: :any_skip_relocation, all: "340dc3dddd1ee649af6183f617b71dfa4dc45472df630ab24d3df626dd739514"
end

depends_on "openjdk"
Expand Down

0 comments on commit f9de4f2

Please sign in to comment.