Skip to content

Commit f1e6e54

Browse files
committed
corretto-jdk: Update to version 20.0.2.10.1
1 parent caeb24b commit f1e6e54

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

bucket/corretto-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": "19.0.2.7.1",
4+
"version": "20.0.2.10.1",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://corretto.aws/downloads/resources/19.0.2.7.1/amazon-corretto-19.0.2.7.1-windows-x64-jdk.zip",
9-
"hash": "57745d92bb3e078a7217721ddd4202a601e9ae34d8a18f51ae8c46828621b470"
8+
"url": "https://corretto.aws/downloads/resources/20.0.2.10.1/amazon-corretto-20.0.2.10.1-windows-x64-jdk.zip",
9+
"hash": "118e8258d5aa5c26a98778f11820c9910c677258152909636f3adfc2e5c93d4c"
1010
}
1111
},
12-
"extract_dir": "jdk19.0.2_7",
12+
"extract_dir": "jdk20.0.2_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.19.zip.resource",
19+
"jsonpath": "$.windows.x64.jdk.20.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.19.zip.checksum_sha256"
28+
"jsonpath": "$.windows.x64.jdk.20.zip.checksum_sha256"
2929
}
3030
}
3131
},

0 commit comments

Comments
 (0)