Skip to content

Commit

Permalink
openjdk@11: Fix download link and bump version to 11.0.2. (#13267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuxin (Ryan) Wang authored and iMichka committed May 22, 2019
1 parent 3626fd3 commit 46e6397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ class OpenjdkAT11 < Formula
homepage "https://jdk.java.net/11/"
# tag "linuxbrew"

version "11+28"
version "11.0.2"
if OS.mac?
url "https://java.com/"
else
url "https://download.java.net/java/early_access/jdk11/28/GPL/openjdk-11+28_linux-x64_bin.tar.gz"
sha256 "3784cfc4670f0d4c5482604c7c513beb1a92b005f569df9bf100e8bef6610f2e"
url "https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz"
sha256 "99be79935354f5c0df1ad293620ea36d13f48ec3ea870c838f20c504c9668b57"
end

bottle :unneeded
Expand Down

0 comments on commit 46e6397

Please sign in to comment.