File tree Expand file tree Collapse file tree 2 files changed +38
-5
lines changed Expand file tree Collapse file tree 2 files changed +38
-5
lines changed Original file line number Diff line number Diff line change 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 },
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