mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
98 lines
3.4 KiB
JSON
98 lines
3.4 KiB
JSON
{
|
|
"version": "6.1.0",
|
|
"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-20210825.exe#/dl.7z",
|
|
"hash": "sha512:837b6c0307878233f1e7a19f020b421e0765b981c5f2c40c26141dcafbe89011477d88dc6885b4d73c9368acdec37ea92ef32b945a0581d96404a15a1db9ca9b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20210825.exe#/dl.7z",
|
|
"hash": "sha512:52dc3c0cb58c744e6f3175aecc655772e47f234b8dfda2c54ead3e6d9b31b12f412daa824e6d1ba7e9bda77428021a8aa77e55ea69a58dc6d1ce511bd0e68c6d"
|
|
}
|
|
},
|
|
"bin": [
|
|
"qemu-edid.exe",
|
|
"qemu-ga.exe",
|
|
"qemu-img.exe",
|
|
"qemu-io.exe",
|
|
"qemu-nbd.exe",
|
|
"qemu-system-aarch64.exe",
|
|
"qemu-system-aarch64w.exe",
|
|
"qemu-system-alpha.exe",
|
|
"qemu-system-alphaw.exe",
|
|
"qemu-system-arm.exe",
|
|
"qemu-system-armw.exe",
|
|
"qemu-system-avr.exe",
|
|
"qemu-system-avrw.exe",
|
|
"qemu-system-cris.exe",
|
|
"qemu-system-crisw.exe",
|
|
"qemu-system-hppa.exe",
|
|
"qemu-system-hppaw.exe",
|
|
"qemu-system-i386.exe",
|
|
"qemu-system-i386w.exe",
|
|
"qemu-system-m68k.exe",
|
|
"qemu-system-m68kw.exe",
|
|
"qemu-system-microblaze.exe",
|
|
"qemu-system-microblazeel.exe",
|
|
"qemu-system-microblazeelw.exe",
|
|
"qemu-system-microblazew.exe",
|
|
"qemu-system-mips.exe",
|
|
"qemu-system-mips64.exe",
|
|
"qemu-system-mips64el.exe",
|
|
"qemu-system-mips64elw.exe",
|
|
"qemu-system-mips64w.exe",
|
|
"qemu-system-mipsel.exe",
|
|
"qemu-system-mipselw.exe",
|
|
"qemu-system-mipsw.exe",
|
|
"qemu-system-nios2.exe",
|
|
"qemu-system-nios2w.exe",
|
|
"qemu-system-or1k.exe",
|
|
"qemu-system-or1kw.exe",
|
|
"qemu-system-ppc.exe",
|
|
"qemu-system-ppc64.exe",
|
|
"qemu-system-ppc64w.exe",
|
|
"qemu-system-ppcw.exe",
|
|
"qemu-system-riscv32.exe",
|
|
"qemu-system-riscv32w.exe",
|
|
"qemu-system-riscv64.exe",
|
|
"qemu-system-riscv64w.exe",
|
|
"qemu-system-rx.exe",
|
|
"qemu-system-rxw.exe",
|
|
"qemu-system-s390x.exe",
|
|
"qemu-system-s390xw.exe",
|
|
"qemu-system-sh4.exe",
|
|
"qemu-system-sh4eb.exe",
|
|
"qemu-system-sh4ebw.exe",
|
|
"qemu-system-sh4w.exe",
|
|
"qemu-system-sparc.exe",
|
|
"qemu-system-sparc64.exe",
|
|
"qemu-system-sparc64w.exe",
|
|
"qemu-system-sparcw.exe",
|
|
"qemu-system-tricore.exe",
|
|
"qemu-system-tricorew.exe",
|
|
"qemu-system-x86_64.exe",
|
|
"qemu-system-x86_64w.exe",
|
|
"qemu-system-xtensa.exe",
|
|
"qemu-system-xtensaeb.exe",
|
|
"qemu-system-xtensaebw.exe",
|
|
"qemu-system-xtensaw.exe"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|