File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments