Java/bucket/corretto15-jdk.json
2022-10-15 22:40:58 +02:00

39 lines
1.6 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": "15.0.2.7.1",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://corretto.aws/downloads/resources/15.0.2.7.1/amazon-corretto-15.0.2.7.1-windows-x64-jdk.zip",
"hash": "39bf4a60ab2b7335f627d6d3121e44163caf458a0299d0f696fb351a128c2c4f"
}
},
"extract_dir": "jdk15.0.2_7",
"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.15.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.15.zip.checksum_sha256"
}
}
},
"extract_dir": "jdk$matchHead_$buildVersion"
},
"notes": [
"WARNING: This older version of the JDK are provided to help developers debug issues.",
"It is not updated with the latest security patches and are not recommended for use in production."
]
}