zulufx: Remove hardcoded version 11 checkver.

This commit is contained in:
Mathias Hermansson 2019-04-06 12:15:54 +02:00
parent 941d0a211d
commit 68cbde7ed3

View File

@ -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": {