mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "7.1.0-rc2",
|
|
"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-20220812.exe#/dl.7z",
|
|
"hash": "3aec78cd57a588d5ecc01f981a43ea1b4a78caa2ccfd9236cf5d06e2bf79d535"
|
|
},
|
|
"32bit": {
|
|
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20220812.exe#/dl.7z",
|
|
"hash": "3e6ff7984911b4a0e23c021425aac17ecbfad438d4873b432d7357ac836701a2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|