Skip to content

Commit 41ab2a4

Browse files
committed
openjdk@8 1.8.0-452
1 parent 7c94b5b commit 41ab2a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/o/[email protected]

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class OpenjdkAT8 < Formula
22
desc "Development kit for the Java programming language"
33
homepage "https://openjdk.java.net/"
4-
url "https://github.com/openjdk/jdk8u/archive/refs/tags/jdk8u442-ga.tar.gz"
5-
version "1.8.0-442"
6-
BUILD_NUMBER = "b06".freeze # Please update when a new GA release is available: https://wiki.openjdk.org/display/jdk8u.
7-
sha256 "3bc8175712037c85200f6a38b08e4160b906697b6617ae196ec5fd459cf5aff0"
4+
url "https://github.com/openjdk/jdk8u/archive/refs/tags/jdk8u452-ga.tar.gz"
5+
version "1.8.0-452"
6+
BUILD_NUMBER = "b09".freeze # Please update when a new GA release is available: https://wiki.openjdk.org/display/jdk8u.
7+
sha256 "cf1009e18b6332ef2b4a54257a6087611970bcdab5368907ac67ada1e9709676"
88
license "GPL-2.0-only"
99

1010
livecheck do

0 commit comments

Comments
 (0)