Skip to content

Commit 1c921ad

Browse files
authored
Merge pull request #254109 from Homebrew/bump-payara-6.2025.11
payara 6.2025.11
2 parents b19135a + 1cb0473 commit 1c921ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/payara.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Payara < Formula
22
desc "Java EE application server forked from GlassFish"
33
homepage "https://www.payara.fish"
4-
url "https://search.maven.org/remotecontent?filepath=fish/payara/distributions/payara/6.2025.10/payara-6.2025.10.zip"
5-
sha256 "7478dd3870fde4f54e87675e4482950baa2c06bd1b6ba567e22676534fb3bbb6"
4+
url "https://search.maven.org/remotecontent?filepath=fish/payara/distributions/payara/6.2025.11/payara-6.2025.11.zip"
5+
sha256 "4f8248f1fc2cedf14a829dbec73768bc824c2c418d60843c30a365a6ef76f486"
66
license any_of: [
77
"CDDL-1.1",
88
{ "GPL-2.0-only" => { with: "Classpath-exception-2.0" } },
@@ -14,7 +14,7 @@ class Payara < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, all: "b290ca24c2062931c60437acf58c01bb36f3b2f5757e4f9209862eb5908be34c"
17+
sha256 cellar: :any_skip_relocation, all: "393613c0e36b08a41f8ff9e9c3efc73ff4a27c930f0364a51e8dbe5ae65047f1"
1818
end
1919

2020
depends_on :macos # The test fails on Linux.

0 commit comments

Comments
 (0)