Skip to content

Commit e26ce38

Browse files
authored
openjdk: add openjdk26 and update openjdk-ea (#595)
1 parent d027add commit e26ce38

2 files changed

Lines changed: 38 additions & 5 deletions

File tree

bucket/openjdk-ea.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"description": "Official Early-Access Builds of OpenJDK",
33
"homepage": "https://jdk.java.net/",
4-
"version": "25.0.2-10",
4+
"version": "27-19-ea",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://download.java.net/java/GA/jdk25.0.2/b1e0dfa218384cb9959bdcb897162d4e/10/GPL/openjdk-25.0.2_windows-x64_bin.zip",
9-
"hash": "74784a0c07258f32d36e9224dd79187c566d831c30d47dc06888d4212087331d"
8+
"url": "https://download.java.net/java/early_access/jdk27/19/GPL/openjdk-27-ea+19_windows-x64_bin.zip",
9+
"hash": "b2a6d883cbb261ccbc1f52e039ead30aa07359cc31cd35f3afe2101de05f06d1"
1010
}
1111
},
12-
"extract_dir": "jdk-25.0.2",
12+
"extract_dir": "jdk-27",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"url": "https://jdk.java.net/25",
18+
"url": "https://jdk.java.net/27",
1919
"re": "/(?<type>early_access|GA)/(?<path>jdk(?<major>[\\d.]+)(?:.*)?/(?<build>[\\d]+)(?:/GPL|/binaries)?)/(?<file>openjdk-(?<version>[\\d.]+)(?<ea>-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))",
2020
"replace": "${version}-${build}${ea}"
2121
},

bucket/openjdk26.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"description": "Official General-Availability Release of OpenJDK",
3+
"homepage": "https://jdk.java.net/",
4+
"version": "26-35",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://download.java.net/java/GA/jdk26/c3cc523845074aa0af4f5e1e1ed4151d/35/GPL/openjdk-26_windows-x64_bin.zip",
9+
"hash": "2dd2d92c9374cd49a120fe9d916732840bf6bb9f0e0cc29794917a3c08b99c5f"
10+
}
11+
},
12+
"extract_dir": "jdk-26",
13+
"env_add_path": "bin",
14+
"env_set": {
15+
"JAVA_HOME": "$dir"
16+
},
17+
"checkver": {
18+
"url": "https://jdk.java.net/archive/",
19+
"re": "https://download\\.java\\.net/java/(?<type>GA)/(?<path>jdk(?<major>26(?:\\.[\\d]+)*)/[^/]+/(?<build>[\\d]+)(?:/GPL|/binaries)?)/(?<file>openjdk-(?<version>26(?:\\.[\\d]+)*)(?<ea>-ea)?(?:\\+[\\d]+)?_windows-x64_bin\\.(zip|tar.gz))",
20+
"replace": "${version}-${build}${ea}"
21+
},
22+
"autoupdate": {
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://download.java.net/java/$matchType/$matchPath/$matchFile"
26+
}
27+
},
28+
"hash": {
29+
"url": "$url.sha256"
30+
},
31+
"extract_dir": "jdk-$matchVersion"
32+
}
33+
}

0 commit comments

Comments
 (0)