mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-07-30 15:22:35 +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
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"description": "AdoptOpenJDK 11 with Oracle HotSpot JVM (Nightly builds)",
|
|
"homepage": "https://adoptopenjdk.net",
|
|
"version": "202110192154",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jdk_x64_windows_hotspot_2021-10-19-21-54.zip",
|
|
"hash": "c072ad2955515aa9a03d9bab07e4700c2f056fd9c747d4a65427ed3e283ab5ee"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_2021-10-19-21-54.zip",
|
|
"hash": "47fb18cd60ee8162a0ff8bf077be2d24e07ea8d855b0e36d4ee04419248a61f4"
|
|
}
|
|
},
|
|
"extract_to": "tmp",
|
|
"installer": {
|
|
"script": [
|
|
"(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }",
|
|
"Remove-Item -Recurse \"$dir\\tmp\""
|
|
]
|
|
},
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
}
|
|
}
|