corretto-jdk: Update to version 21.0.0.35.1 (#484)

This commit is contained in:
Thomas Bilk 2023-09-22 14:18:30 +02:00 committed by GitHub
parent 25f2a81cff
commit 13db8366cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,22 @@
{
"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": "19.0.2.7.1",
"version": "21.0.0.35.1",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://corretto.aws/downloads/resources/19.0.2.7.1/amazon-corretto-19.0.2.7.1-windows-x64-jdk.zip",
"hash": "57745d92bb3e078a7217721ddd4202a601e9ae34d8a18f51ae8c46828621b470"
"url": "https://corretto.aws/downloads/resources/21.0.0.35.1/amazon-corretto-21.0.0.35.1-windows-x64-jdk.zip",
"hash": "8774e7d8ae2d87cbb5068291a70d58b7bb0a78581e35025701981fa04261deb3"
}
},
"extract_dir": "jdk19.0.2_7",
"extract_dir": "jdk21.0.0_35",
"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.19.zip.resource",
"jsonpath": "$.windows.x64.jdk.21.zip.resource",
"regex": "/([\\d.]+)/"
},
"autoupdate": {
@ -25,7 +25,7 @@
"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.19.zip.checksum_sha256"
"jsonpath": "$.windows.x64.jdk.21.zip.checksum_sha256"
}
}
},