mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "7.2.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-20221123.exe#/dl.7z",
|
|
"hash": "a113379a867b00c9d33d799697171899940cbac41fb225632ec0e1fd19efb934"
|
|
},
|
|
"32bit": {
|
|
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20221123.exe#/dl.7z",
|
|
"hash": "af08fa3160777529362346632124216223c53c9635e249454ca09c39f3fb5b75"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|