mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "7.2.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/qemu-w64-setup-20221130.exe#/dl.7z",
|
|
"hash": "sha512:7010fed55d8a1c20e03f8f855e006ee1f8d0ee64ce358619e39cb0b43357d2712109fb11f8232e6f36a326d9babc4cee39addcf2d740e0736ee4ee0e8d4cd3a8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20221130.exe#/dl.7z",
|
|
"hash": "sha512:ed1bec36450d18c49cc4fee50cecc62939496d63696770096c3b0ab2827db63bfea5bc51ada57ee6f9a905a1fb3dc41b8c33193137798adb93b04a8ddf1f7632"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|