File tree 3 files changed +43
-10
lines changed
3 files changed +43
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Official Early-Access Builds of OpenJDK" ,
3
3
"homepage" : " https://jdk.java.net/" ,
4
- "version" : " 22.0.2-9 " ,
4
+ "version" : " 24-18-ea " ,
5
5
"license" : " GPL-2.0-only WITH Classpath-exception-2.0" ,
6
6
"architecture" : {
7
7
"64bit" : {
8
- "url" : " https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/ GPL/openjdk-22.0.2_windows -x64_bin.zip" ,
9
- "hash" : " f2a9b9ab944e71a64637fcdc6b13a1188cf02d4eb9ecf71dc927e98b3e45f5dc "
8
+ "url" : " https://download.java.net/java/early_access/jdk24/18/ GPL/openjdk-24-ea+18_windows -x64_bin.zip" ,
9
+ "hash" : " 6146921a840c402763aa710b209d872b2b91ba63221f33e494fa1312cb2a706c "
10
10
}
11
11
},
12
- "extract_dir" : " jdk-22.0.2 " ,
12
+ "extract_dir" : " jdk-24 " ,
13
13
"env_add_path" : " bin" ,
14
14
"env_set" : {
15
15
"JAVA_HOME" : " $dir"
16
16
},
17
17
"checkver" : {
18
- "url" : " https://jdk.java.net/22 " ,
18
+ "url" : " https://jdk.java.net/24 " ,
19
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
20
"replace" : " ${version}-${build}${ea}"
21
21
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Official General-Availability Release of OpenJDK" ,
3
3
"homepage" : " https://jdk.java.net/" ,
4
- "version" : " 21.0.2-13 " ,
4
+ "version" : " 23 " ,
5
5
"license" : " GPL-2.0-only WITH Classpath-exception-2.0" ,
6
6
"architecture" : {
7
7
"64bit" : {
8
- "url" : " https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13 /GPL/openjdk-21.0.2_windows -x64_bin.zip" ,
9
- "hash" : " b6c17e747ae78cdd6de4d7532b3164b277daee97c007d3eaa2b39cca99882664 "
8
+ "url" : " https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37 /GPL/openjdk-23_windows -x64_bin.zip" ,
9
+ "hash" : " cba5013874ba50cae543c86fe6423453816c77281e2751a8a9a633d966f1dc04 "
10
10
}
11
11
},
12
- "extract_dir" : " jdk-21.0.2 " ,
12
+ "extract_dir" : " jdk-23 " ,
13
13
"env_add_path" : " bin" ,
14
14
"env_set" : {
15
15
"JAVA_HOME" : " $dir"
16
16
},
17
17
"checkver" : {
18
- "url" : " https://jdk.java.net/21/ " ,
18
+ "url" : " https://jdk.java.net/23 " ,
19
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
20
"replace" : " ${version}-${build}${ea}"
21
21
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "description" : " Official production-ready open-source builds of OpenJDK 23" ,
3
+ "homepage" : " https://jdk.java.net/23" ,
4
+ "version" : " 23" ,
5
+ "license" : " GPL-2.0-only WITH Classpath-exception-2.0" ,
6
+ "architecture" : {
7
+ "64bit" : {
8
+ "url" : " https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_windows-x64_bin.zip" ,
9
+ "hash" : " cba5013874ba50cae543c86fe6423453816c77281e2751a8a9a633d966f1dc04"
10
+ }
11
+ },
12
+ "extract_dir" : " jdk-23" ,
13
+ "env_add_path" : " bin" ,
14
+ "env_set" : {
15
+ "JAVA_HOME" : " $dir"
16
+ },
17
+ "checkver" : {
18
+ "url" : " https://jdk.java.net/23" ,
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