2021-12-15 12:30:06 +00:00

32 lines
1.3 KiB
JSON

{
"version": "6.2.0",
"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-20211215.exe#/dl.7z",
"hash": "sha512:c3f6cae192c0d4cbf1f234e8d34b1ab7d6e8ada11f97f7efdf61d2ddcbdbb63c6d0f53a575cc9c9525d67dd823f2ef27500c717d9516c3b72d3fe27f7da6e67e"
},
"32bit": {
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20211215.exe#/dl.7z",
"hash": "sha512:2fef081521528dea7475692252994a9c869145df55e4b2cf8d6f9693872925facc1a225344bf581fc7814821d194e8904544704b5c6cd5340622685151f6993e"
}
},
"env_add_path": ".",
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installers \\((?<version>[\\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"
}
}
}