{
    "version": "7.2.0-rc2",
    "description": "A generic and open source machine emulator and virtualizer.",
    "homepage": "https://qemu.weilnetz.de/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-20221123.exe#/dl.7z",
            "hash": "a113379a867b00c9d33d799697171899940cbac41fb225632ec0e1fd19efb934"
        },
        "32bit": {
            "url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20221123.exe#/dl.7z",
            "hash": "af08fa3160777529362346632124216223c53c9635e249454ca09c39f3fb5b75"
        }
    },
    "env_add_path": ".",
    "checkver": "(?\\d{4})-(?\\d{2})-(?\\d{2}): New QEMU installers \\((?[\\d.a-z\\-]+)\\)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$urlNoExt.sha512"
        }
    }
}