Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bucket/openjdk19.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"JAVA_HOME": "$dir"
},
"checkver": {
"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))",
"replace": "${version}-${build}${ea}"
"url": "https://api.github.com/repos/openjdk/jdk19u/tags?per_page=100",
"regex": "\"name\":\"jdk-(?<version>19\\.[\\d.]+)\\+(?<build>\\d+)\"",
"replace": "${version}-${build}"
},
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"autoupdate": {
"architecture": {
Expand Down
Loading