mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
* adopt*: Regex updates * adopt14-hotspot-jre: Remove checkver * adopt*: Remove old nightly manifests * adopt16*: Tidy up manifest * adoptopenjdk*: Manifest maintenance * adopt17*: Tidy manifest * Add adoptopenjdk17-hotspot * adopt*: Rename adopt[\d]+* to adoptopenjdk[\d]+* * adoptopenjdk17-hotspot-nightly: Remove manifest * adoptopenjdk*: Deprecate manifests * adoptopenjdk*: Remove autoupdate / checkver
18 lines
670 B
JSON
18 lines
670 B
JSON
{
|
|
"description": "Unaltered builds from the OpenJDK mercurial JDK8u code stream, built by Red Hat",
|
|
"homepage": "https://adoptopenjdk.net/upstream.html",
|
|
"version": "8u312-b07",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jre_x64_windows_8u312b07.zip",
|
|
"hash": "eee93412f28780975700d3ad444367c10261e096ddbe3da7001f9689451b511c"
|
|
}
|
|
},
|
|
"extract_dir": "openjdk-8u312-b07-jre",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
}
|
|
}
|