qemu: fix checkver regex

This commit is contained in:
Richard Kuhnt 2017-07-20 11:39:15 +02:00
parent a1e7eecd67
commit 1a5541ae64

View File

@ -17,6 +17,6 @@
"qemu-io.exe" "qemu-io.exe"
], ],
"checkver": { "checkver": {
"re": "</strong>: New QEMU installers ([\\d.]+)" "re": "New QEMU installers \\(([\\d.]+)\\)"
} }
} }