mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)",
|
|
"homepage": "https://aws.amazon.com/corretto/",
|
|
"version": "20.0.2.10.1",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://corretto.aws/downloads/resources/20.0.2.10.1/amazon-corretto-20.0.2.10.1-windows-x64-jdk.zip",
|
|
"hash": "118e8258d5aa5c26a98778f11820c9910c677258152909636f3adfc2e5c93d4c"
|
|
}
|
|
},
|
|
"extract_dir": "jdk20.0.2_10",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json",
|
|
"jsonpath": "$.windows.x64.jdk.20.zip.resource",
|
|
"regex": "/([\\d.]+)/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x64-jdk.zip",
|
|
"hash": {
|
|
"url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json",
|
|
"jsonpath": "$.windows.x64.jdk.20.zip.checksum_sha256"
|
|
}
|
|
}
|
|
},
|
|
"extract_dir": "jdk$matchHead_$buildVersion"
|
|
}
|
|
}
|