Skip to content

Commit 733ebaa

Browse files
committed
openjdk: update to version 26-35
1 parent 8690594 commit 733ebaa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bucket/openjdk.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"description": "Official General-Availability Release of OpenJDK",
33
"homepage": "https://jdk.java.net/",
4-
"version": "25.0.2-10",
4+
"version": "26-35",
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/GA/jdk26/c3cc523845074aa0af4f5e1e1ed4151d/35/GPL/openjdk-26_windows-x64_bin.zip",
9+
"hash": "2dd2d92c9374cd49a120fe9d916732840bf6bb9f0e0cc29794917a3c08b99c5f"
1010
}
1111
},
12-
"extract_dir": "jdk-25.0.2",
12+
"extract_dir": "jdk-26",
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/26",
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
},

0 commit comments

Comments
 (0)