Skip to content

Commit

Permalink
corretto-jdk: Update to version 20.0.2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bilk committed Sep 13, 2023
1 parent caeb24b commit f1e6e54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bucket/corretto-jdk.json
Original file line number Diff line number Diff line change
@@ -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": "20.0.2.10.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/20.0.2.10.1/amazon-corretto-20.0.2.10.1-windows-x64-jdk.zip",
"hash": "118e8258d5aa5c26a98778f11820c9910c677258152909636f3adfc2e5c93d4c"
}
},
"extract_dir": "jdk19.0.2_7",
"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.19.zip.resource",
"jsonpath": "$.windows.x64.jdk.20.zip.resource",
"regex": "/([\\d.]+)/"
},
"autoupdate": {
Expand All @@ -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.20.zip.checksum_sha256"
}
}
},
Expand Down

0 comments on commit f1e6e54

Please sign in to comment.