{
"version": "8.0.0-rc3",
"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/2023/qemu-w64-setup-20230411.exe#/dl.7z_",
"hash": "sha512:93ed66c0af85956a46e8dbb1fe43b7877139fda9ee6446b428dae786aa12b37a5a36160e64ba605fc29bc3e3a3c570180516389c8fdb7a0c5d8f8dd18e326bb8"
}
},
"pre_install": "Expand-7zipArchive \"$dir\\dl.7z_\" \"$dir\" -Removal -Switches '-xr!*.exe.nsis -x!$PLUGINSDIR'",
"env_add_path": ".",
"checkver": "(?\\d{4})-(?\\d{2})-(?\\d{2}): New QEMU installer \\((?[\\d.a-z-]+)\\)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://qemu.weilnetz.de/w64/$matchYear/qemu-w64-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z_"
}
},
"hash": {
"url": "$urlNoExt.sha512"
}
}
}