|
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": "17.0.19.10.1", |
| 4 | + "version": "21.0.11.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/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" |
10 | 10 | } |
11 | 11 | }, |
12 | | - "extract_dir": "jdk17.0.19_10", |
| 12 | + "extract_dir": "jdk21.0.11_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.17.zip.resource", |
| 19 | + "jsonpath": "$.windows.x64.jdk.21.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.17.zip.checksum_sha256" |
| 28 | + "jsonpath": "$.windows.x64.jdk.21.zip.checksum_sha256" |
29 | 29 | } |
30 | 30 | } |
31 | 31 | }, |
|
0 commit comments