Skip to content

Commit

Permalink
Merge pull request #198335 from Homebrew/bump-payara-6.2024.11
Browse files Browse the repository at this point in the history
payara 6.2024.11
  • Loading branch information
BrewTestBot authored Nov 20, 2024
2 parents 87b7828 + 14e1005 commit 59db422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/p/payara.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Payara < Formula
desc "Java EE application server forked from GlassFish"
homepage "https://www.payara.fish"
url "https://search.maven.org/remotecontent?filepath=fish/payara/distributions/payara/6.2024.10/payara-6.2024.10.zip"
sha256 "f215aae9da4674c2ce0d5d39501b09ca9848fd9e8e04df7c1fa8162b47c952a3"
url "https://search.maven.org/remotecontent?filepath=fish/payara/distributions/payara/6.2024.11/payara-6.2024.11.zip"
sha256 "1b901008a102194cc28cc22ba817175819999cec3df408b19294b08c75cecddc"
license any_of: [
"CDDL-1.1",
{ "GPL-2.0-only" => { with: "Classpath-exception-2.0" } },
Expand All @@ -14,7 +14,7 @@ class Payara < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "a6e53f5e981db55221fc539098858a8d77fc29999dd363a7d6391bfa08ae1ec3"
sha256 cellar: :any_skip_relocation, all: "345783c94542e1a4e89966b823f254c43d109e8dce7107686836add5707f754f"
end

depends_on :macos # The test fails on Linux.
Expand Down

0 comments on commit 59db422

Please sign in to comment.