mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "7.1.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-20220825.exe#/dl.7z",
|
|
"hash": "sha512:3a45f30460ed70a3fcacedf9f7f75580950951f663d17466ab873664d59c751b6f22faef7df730374d875dc8b27d69419202955ac52ad3adf1b5dbd0f03b6f53"
|
|
},
|
|
"32bit": {
|
|
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20220825.exe#/dl.7z",
|
|
"hash": "sha512:b4b10a1c0ceedfa75000d7871455019971afcc82be71950d48426d9a8429aa194e755f0dfdb21f75b1b542e0a9aaa223c329276568d2a5e6962391ece13735e0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|