qemu: Update checkver

- No longer matches for Release Candidate versions
This commit is contained in:
HUMORCE 2023-08-23 15:36:02 +00:00
parent 2442d8dd9b
commit bb8d36577f
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -11,7 +11,7 @@
}, },
"pre_install": "Expand-7zipArchive \"$dir\\dl.7z_\" \"$dir\" -Removal -Switches '-xr!*.exe.nsis -x!$PLUGINSDIR -x!qemu-uninstall.exe'", "pre_install": "Expand-7zipArchive \"$dir\\dl.7z_\" \"$dir\" -Removal -Switches '-xr!*.exe.nsis -x!$PLUGINSDIR -x!qemu-uninstall.exe'",
"env_add_path": ".", "env_add_path": ".",
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\((?<version>[\\d.a-z-]+)\\)", "checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\(([\\d.]+)\\)",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {