mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-16 02:18:12 +08:00
zulufx: Remove hardcoded version 11 checkver.
This commit is contained in:
parent
941d0a211d
commit
68cbde7ed3
@ -15,8 +15,9 @@
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"re": "//cdn.azul.com/zulu/bin/(?<name>zulu11(?<major>[\\d.]+)-ca-fx-jdk(?<openver>[\\d.]+)-win)_x64.zip",
|
||||
"replace": "11${major}"
|
||||
"re": "//cdn.azul.com/zulu/bin/(?<name>zulu(?<major>[\\d.]+)-ca-fx-jdk(?<openver>[\\d.]+)-win)_x64.zip",
|
||||
"reverse": true,
|
||||
"replace": "${major}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user