|
1 | 1 | { |
2 | 2 | "description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)", |
3 | 3 | "homepage": "https://aws.amazon.com/corretto/", |
4 | | - "version": "19.0.2.7.1", |
| 4 | + "version": "20.0.2.10.1", |
5 | 5 | "license": "GPL-2.0-only WITH Classpath-exception-2.0", |
6 | 6 | "architecture": { |
7 | 7 | "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" |
10 | 10 | } |
11 | 11 | }, |
12 | | - "extract_dir": "jdk19.0.2_7", |
| 12 | + "extract_dir": "jdk20.0.2_10", |
13 | 13 | "env_add_path": "bin", |
14 | 14 | "env_set": { |
15 | 15 | "JAVA_HOME": "$dir" |
16 | 16 | }, |
17 | 17 | "checkver": { |
18 | 18 | "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", |
20 | 20 | "regex": "/([\\d.]+)/" |
21 | 21 | }, |
22 | 22 | "autoupdate": { |
|
25 | 25 | "url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x64-jdk.zip", |
26 | 26 | "hash": { |
27 | 27 | "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" |
29 | 29 | } |
30 | 30 | } |
31 | 31 | }, |
|
0 commit comments