Skip to content

Commit 8816233

Browse files
committed
corretto-lts-jdk: update from JDK 17 to JDK 21
Update to point to JDK 21 (current LTS release) instead of JDK 17. - version: 17.0.19.10.1 -> 21.0.11.10.1 - extract_dir: jdk17.0.19_10 -> jdk21.0.11_10 - checkver jsonpath: 17 -> 21 Closes #553
1 parent 809e0c5 commit 8816233

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

bucket/corretto-lts-jdk.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)",
33
"homepage": "https://aws.amazon.com/corretto/",
4-
"version": "17.0.19.10.1",
4+
"version": "21.0.11.10.1",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://corretto.aws/downloads/resources/17.0.19.10.1/amazon-corretto-17.0.19.10.1-windows-x64-jdk.zip",
9-
"hash": "ab748d9814d99a848916b54b36ae0f1d104493e61a19e1887072b4db9802c6ac"
8+
"url": "https://corretto.aws/downloads/resources/21.0.11.10.1/amazon-corretto-21.0.11.10.1-windows-x64-jdk.zip",
9+
"hash": "5d63fdb5a19393081919afc0daa4ce82a7fadcced569981a995529caed28fb14"
1010
}
1111
},
12-
"extract_dir": "jdk17.0.19_10",
12+
"extract_dir": "jdk21.0.11_10",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
1818
"url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json",
19-
"jsonpath": "$.windows.x64.jdk.17.zip.resource",
19+
"jsonpath": "$.windows.x64.jdk.21.zip.resource",
2020
"regex": "/([\\d.]+)/"
2121
},
2222
"autoupdate": {
@@ -25,7 +25,7 @@
2525
"url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x64-jdk.zip",
2626
"hash": {
2727
"url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json",
28-
"jsonpath": "$.windows.x64.jdk.17.zip.checksum_sha256"
28+
"jsonpath": "$.windows.x64.jdk.21.zip.checksum_sha256"
2929
}
3030
}
3131
},

0 commit comments

Comments
 (0)