Skip to content

Commit a9ea3a4

Browse files
openjdk23: Update to version 23.0.1-11
1 parent e87a80d commit a9ea3a4

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

bucket/openjdk23.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
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-
}
2+
"description": "Official production-ready open-source builds of OpenJDK 23",
3+
"homepage": "https://jdk.java.net/23",
4+
"version": "23.0.1-11",
5+
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1_windows-x64_bin.zip",
9+
"hash": "aef21ac9784cd3cdedae1126fba91c496633e47bd251f8550fa8e2fc79288732"
10+
}
11+
},
12+
"extract_dir": "jdk-23.0.1",
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+
}
3333
}

0 commit comments

Comments
 (0)