amreus 2596818e32
qemu: Add to PATH instead of creating shims (#3077)
* do not add to shims, use env_add_env instead

* fix whitespace

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-12-12 21:55:46 +05:30

32 lines
1.3 KiB
JSON

{
"version": "6.2.0-rc4",
"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-20211209.exe#/dl.7z",
"hash": "sha512:1d80f2035db36b272d3d75a81099d42eb189f0d744d1163b56bb95b309256de679fffadfe6579a8fac329fad39a15966d08d0d327d816c8ab0a5121239001643"
},
"32bit": {
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20211209.exe#/dl.7z",
"hash": "sha512:ff626a6f5fc2e5b06470022fc153fcaad4103cb7714e2e208f717ed5cf848be713cce69a8324b86c5e0bf9f558f3d5e1bfc3a0fc2e92bafe696b428b8f625999"
}
},
"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"
}
}
}