Skip to content

Commit

Permalink
Merge pull request #191587 from Homebrew/bump-glassfish-7.0.17
Browse files Browse the repository at this point in the history
glassfish 7.0.17
  • Loading branch information
BrewTestBot committed Sep 23, 2024
2 parents fa0c8a9 + 3611f0f commit 47b5ebe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/g/glassfish.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Glassfish < Formula
desc "Java EE application server"
homepage "https://glassfish.org/"
url "https://download.eclipse.org/ee4j/glassfish/glassfish-7.0.16.zip"
mirror "https://github.com/eclipse-ee4j/glassfish/releases/download/7.0.16/glassfish-7.0.16.zip"
sha256 "0a0457780b7fe23c2c302394355a2dd0d2087fcd641386e37344988cffe72b8b"
url "https://download.eclipse.org/ee4j/glassfish/glassfish-7.0.17.zip"
mirror "https://github.com/eclipse-ee4j/glassfish/releases/download/7.0.17/glassfish-7.0.17.zip"
sha256 "39f07e4a099e719226994356b418857b075bddabd3fffb5e8a35a660e46ec3e7"
license "EPL-2.0"

livecheck do
Expand All @@ -12,8 +12,7 @@ class Glassfish < Formula
end

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, all: "0446d3579a1c34792baa033c3779a4b65276ca8fe23ce9d3a18baeb86acb2973"
sha256 cellar: :any_skip_relocation, all: "374efcebb030ae097393218a96a89ef892f09848cee9435544851d9edcc9418a"
end

# no java 22 support for glassfish 7.x
Expand Down

0 comments on commit 47b5ebe

Please sign in to comment.