We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f528bbf commit da17a13Copy full SHA for da17a13
1 file changed
bucket/openjdk19.json
@@ -15,18 +15,8 @@
15
"JAVA_HOME": "$dir"
16
},
17
"checkver": {
18
- "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))",
19
- "replace": "${version}-${build}${ea}"
20
- },
21
- "autoupdate": {
22
- "architecture": {
23
- "64bit": {
24
- "url": "https://download.java.net/java/$matchType/$matchPath/$matchFile"
25
- }
26
27
- "hash": {
28
- "url": "$url.sha256"
29
30
- "extract_dir": "jdk-$matchVersion"
+ "url": "https://api.github.com/repos/openjdk/jdk19u/tags?per_page=100",
+ "regex": "\"name\":\"jdk-(?<version>19\\.[\\d.]+)\\+(?<build>\\d+)\"",
+ "replace": "${version}-${build}"
31
}
32
0 commit comments