2023-07-20 08:28:11 +00:00

26 lines
1.0 KiB
JSON

{
"version": "8.1.0-rc0",
"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-20230719.exe#/dl.7z_",
"hash": "sha512:3ccf0ca6945ef1f19137f8030dd8e99807c09040c9f02fecd5ea461d1c39b5b48c1d7f3ef296bc41a6bd34d9065505acb0faf2703db228c2566106b55d4dbb58"
}
},
"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"
}
}
}