Skip to content

Commit

Permalink
openjdk 18.0.2
Browse files Browse the repository at this point in the history
Closes Homebrew#106241.

Signed-off-by: Michael Cho <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
owine authored and BrewTestBot committed Jul 23, 2022
1 parent e022317 commit 23abecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/openjdk.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Openjdk < Formula
desc "Development kit for the Java programming language"
homepage "https://openjdk.java.net/"
url "https://github.com/openjdk/jdk18u/archive/jdk-18.0.1.1-ga.tar.gz"
sha256 "a7d6c43c859ba3320d3e4a8fde94804811723ba66afb52caab28953d0ab3010e"
url "https://github.com/openjdk/jdk18u/archive/jdk-18.0.2-ga.tar.gz"
sha256 "8be88cecf79f2917d795c1f601b64c7c07b7fc072fb438adfa931072a35b3306"
license "GPL-2.0-only" => { with: "Classpath-exception-2.0" }

livecheck do
Expand Down

0 comments on commit 23abecb

Please sign in to comment.