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
22 lines
852 B
JSON
22 lines
852 B
JSON
{
|
|
"description": "AdoptOpenJDK with Oracle HotSpot JVM",
|
|
"homepage": "https://adoptopenjdk.net",
|
|
"version": "17-35",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_windows_hotspot_17_35.zip",
|
|
"hash": "79e1c949f8301eb0a5979bc245829a4419507d7f6ac567c870e5986daf48c1db"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x86-32_windows_hotspot_17_35.zip",
|
|
"hash": "fa867167917a4696be611e63b77a334ad6aad38fc43d22285cbce1baaf77906e"
|
|
}
|
|
},
|
|
"extract_dir": "jdk-17+35",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
}
|
|
}
|