Skip to content

Commit

Permalink
Merge pull request #136443 from p-linnane/bump-payara-6.2023.7
Browse files Browse the repository at this point in the history
payara 6.2023.7
  • Loading branch information
BrewTestBot authored Jul 12, 2023
2 parents 6f9f1f9 + 0709b13 commit 656133b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/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.2023.6/payara-6.2023.6.zip"
sha256 "cb82a14cc5d59eb6aeff62ab095f912e28638ffc363b42e7a39446edf6b4ae4f"
url "https://search.maven.org/remotecontent?filepath=fish/payara/distributions/payara/6.2023.7/payara-6.2023.7.zip"
sha256 "485d14bb54ba945fa5ad2e7b5fac125ba2de8bf2b1c872c48d0d8c4e6fcba545"
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: "cca1d9b257b6422c158385bf433a3bfca591718ce3f32596ff5821c741277476"
sha256 cellar: :any_skip_relocation, all: "973909898bf2adff02959d6c842dc909d0f38201fa12d8264ff26b193909ed01"
end

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

0 comments on commit 656133b

Please sign in to comment.