|
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": "11.0.30.7.1", |
| 4 | + "version": "11.0.31.11.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/11.0.30.7.1/amazon-corretto-11.0.30.7.1-windows-x64-jdk.zip", |
9 | | - "hash": "b0e18b9ae209351d483057bc0c28baf39c59e3991c6e592d32adbaf3962155c7" |
| 8 | + "url": "https://corretto.aws/downloads/resources/11.0.31.11.1/amazon-corretto-11.0.31.11.1-windows-x64-jdk.zip", |
| 9 | + "hash": "462f2a455d8f8da1a3a839a0f3de10c7a5fe6f7d230cf995e144a769382f4afe" |
10 | 10 | }, |
11 | 11 | "32bit": { |
12 | | - "url": "https://corretto.aws/downloads/resources/11.0.30.7.1/amazon-corretto-11.0.30.7.1-windows-x86-jre.zip", |
13 | | - "hash": "a236cd8439a6f5c79d12d44473b076cfe1cb1bc07bd45955aa095fcc50e80508" |
| 12 | + "url": "https://corretto.aws/downloads/resources/11.0.31.11.1/amazon-corretto-11.0.31.11.1-windows-x86-jdk.zip", |
| 13 | + "hash": "8bf7d4329575956a5fbd6eb4afdea0121e50e62b2525d662d0a6fa9e73f7f579" |
14 | 14 | } |
15 | 15 | }, |
16 | | - "extract_dir": "jdk11.0.30_7", |
| 16 | + "extract_dir": "jdk11.0.31_11", |
17 | 17 | "env_add_path": "bin", |
18 | 18 | "env_set": { |
19 | 19 | "JAVA_HOME": "$dir" |
|
33 | 33 | } |
34 | 34 | }, |
35 | 35 | "32bit": { |
36 | | - "url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x86-jre.zip", |
| 36 | + "url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x86-jdk.zip", |
37 | 37 | "hash": { |
38 | 38 | "url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json", |
39 | 39 | "jsonpath": "$.windows.x86.jdk.11.zip.checksum_sha256" |
|
0 commit comments