Skip to content

Commit 1610fc4

Browse files
authored
Add OpenJDK 25
1 parent 2c2afb3 commit 1610fc4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

bucket/openjdk25

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)