Skip to content

Commit 355506a

Browse files
authored
Add openjdk25 (#554)
* Add OpenJDK 25 * Rename openjdk25 to openjdk25.json * Update OpenJDK version to 25
1 parent 25703b4 commit 355506a

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-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
},

bucket/openjdk25.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"description": "Official production-ready open-source builds of OpenJDK 25",
3+
"homepage": "https://jdk.java.net/25",
4+
"version": "25",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25_windows-x64_bin.zip",
9+
"hash": "85bcc178461e2cb3c549ab9ca9dfa73afd54c09a175d6510d0884071867137d3"
10+
}
11+
},
12+
"extract_dir": "jdk-25",
13+
"env_add_path": "bin",
14+
"env_set": {
15+
"JAVA_HOME": "$dir"
16+
},
17+
"checkver": {
18+
"url": "https://jdk.java.net/25",
19+
"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))",
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)