adopt8-upstream: Update to version 8u242-b08

This commit is contained in:
Mathias Hermansson 2020-02-14 01:16:13 +01:00
parent 7d444fa957
commit 75f15bc86c

View File

@ -1,15 +1,15 @@
{
"description": "Unaltered builds from the OpenJDK mercurial JDK8u code stream, built by Red Hat",
"homepage": "https://adoptopenjdk.net/upstream.html",
"version": "8u212-b04",
"version": "8u242-b08",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u212-b04/OpenJDK8U-x64_windows_8u212b04.zip",
"hash": "3543c070a48e23e366c09f072f22ea8a9e258efcd38ecc6a7f2ddfa15d1dd714"
"url": "https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u242-b08/OpenJDK8U-jdk_x64_windows_8u242b08.zip",
"hash": "019e7ad1481126470d6cbaa1729a92c2af7a85a23bf6969ccd838729196c9fe5"
}
},
"extract_dir": "openjdk-8u212-b04",
"extract_dir": "openjdk-8u242-b08",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
@ -22,7 +22,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk$matchMajor-upstream-binaries/releases/download/jdk$version/OpenJDK$matchMajorU-x64_windows_$matchMajor$matchUpdate$matchBuild.zip"
"url": "https://github.com/AdoptOpenJDK/openjdk$matchMajor-upstream-binaries/releases/download/jdk$version/OpenJDK$matchMajorU-jdk_x64_windows_$matchMajor$matchUpdate$matchBuild.zip"
}
},
"extract_dir": "openjdk-$version"