Skip to content

Commit b2f1844

Browse files
authored
Update OpenJDK version to 25
1 parent e0a6b18 commit b2f1844

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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": "24.0.2-12",
4+
"version": "25",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://download.java.net/java/GA/jdk24.0.2/fdc5d0102fe0414db21410ad5834341f/12/GPL/openjdk-24.0.2_windows-x64_bin.zip",
9-
"hash": "683aad49e0a146c725d922efeaffe877deb108e58ee270ac5529467cf9bdd7ec"
8+
"url": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25_windows-x64_bin.zip",
9+
"hash": "85bcc178461e2cb3c549ab9ca9dfa73afd54c09a175d6510d0884071867137d3"
1010
}
1111
},
12-
"extract_dir": "jdk-24.0.2",
12+
"extract_dir": "jdk-25",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"url": "https://jdk.java.net/24",
18+
"url": "https://jdk.java.net/25",
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)