Skip to content

Commit 3bd45fd

Browse files
author
张强
committed
Added support for Corretto 25
1 parent c9301e8 commit 3bd45fd

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

bucket/corretto25-jdk.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)",
3+
"homepage": "https://aws.amazon.com/corretto/",
4+
"version": "25.0.0.36.2",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://corretto.aws/downloads/resources/25.0.0.36.2/amazon-corretto-25.0.0.36.2-windows-x64-jdk.zip",
9+
"hash": "0c44bf74a547c64b2bc447634ed78daaac45776c25936c7d851e9b1364303408"
10+
}
11+
},
12+
"extract_dir": "jdk25.0.0_36",
13+
"env_add_path": "bin",
14+
"env_set": {
15+
"JAVA_HOME": "$dir"
16+
},
17+
"checkver": {
18+
"url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json",
19+
"jsonpath": "$.windows.x64.jdk.25.zip.resource",
20+
"regex": "/([\\d.]+)/"
21+
},
22+
"autoupdate": {
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x64-jdk.zip",
26+
"hash": {
27+
"url": "https://github.com/corretto/corretto-downloads/raw/main/latest_links/indexmap_with_checksum.json",
28+
"jsonpath": "$.windows.x64.jdk.25.zip.checksum_sha256"
29+
}
30+
}
31+
},
32+
"extract_dir": "jdk$matchHead_$buildVersion"
33+
}
34+
}

0 commit comments

Comments
 (0)