mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
46 lines
2.0 KiB
JSON
46 lines
2.0 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": "11.0.32.9.1",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://corretto.aws/downloads/resources/11.0.32.9.1/amazon-corretto-11.0.32.9.1-windows-x64-jdk.zip",
|
|
"hash": "7734a131c0d2d35abd91cde880b1274dd49d73bd721409018726ec2b807fd7b2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://corretto.aws/downloads/resources/11.0.32.9.1/amazon-corretto-11.0.32.9.1-windows-x86-jdk.zip",
|
|
"hash": "c6c19ba9962bd9532cefec6786af354db6f2b85360d4996dba00dd671233b993"
|
|
}
|
|
},
|
|
"extract_dir": "jdk11.0.32_9",
|
|
"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.11.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.11.zip.checksum_sha256"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x86-jdk.zip",
|
|
"hash": {
|
|
"url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json",
|
|
"jsonpath": "$.windows.x86.jdk.11.zip.checksum_sha256"
|
|
}
|
|
}
|
|
},
|
|
"extract_dir": "jdk$matchHead_$buildVersion"
|
|
}
|
|
}
|