2023-07-26 12:32:01 +00:00

26 lines
1.0 KiB
JSON

{
"version": "8.1.0-rc1",
"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-20230725.exe#/dl.7z_",
"hash": "sha512:4cde3e14ef69e7b2a2e94e6066f177fab009dea0b45495f0ec44eb5a2962cac29082380b6bb3e21e2ffb917b86dab81f52cfa0b18caa8b5aec0cf4b74d525d7e"
}
},
"pre_install": "Expand-7zipArchive \"$dir\\dl.7z_\" \"$dir\" -Removal -Switches '-xr!*.exe.nsis -x!$PLUGINSDIR'",
"env_add_path": ".",
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\((?<version>[\\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"
}
}
}