mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
95 lines
3.4 KiB
JSON
95 lines
3.4 KiB
JSON
{
|
|
"homepage": "https://qemu.weilnetz.de/",
|
|
"license": "GPL-2.0",
|
|
"version": "3.1.0-rc3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-20181128.exe#/dl.7z",
|
|
"hash": "sha512:b28fcf021a5700657949d2246f5e50840f86ee9ab8812d22c2a5d0059b88376ae519d8fbfb02dec770bdb69fc2125c8de0ddb4e95ef2c5284e0d7cc82d11ae10"
|
|
},
|
|
"32bit": {
|
|
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20181128.exe#/dl.7z",
|
|
"hash": "sha512:07ee553cef7fe7690db0e3d042897ca7a7a844a3c6f90e22b7a40bdde5871946e2cd3a03fc6a90b414e6ae4bb1be462275e3026bdc74c9d843b73b70331cd9c4"
|
|
}
|
|
},
|
|
"bin": [
|
|
"qemu-img.exe",
|
|
"qemu-io.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-cris.exe",
|
|
"qemu-system-crisw.exe",
|
|
"qemu-system-i386.exe",
|
|
"qemu-system-i386w.exe",
|
|
"qemu-system-lm32.exe",
|
|
"qemu-system-lm32w.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-moxie.exe",
|
|
"qemu-system-moxiew.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-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-unicore32.exe",
|
|
"qemu-system-unicore32w.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": {
|
|
"re": "<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",
|
|
"hash": {
|
|
"url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-$matchYear$matchMonth$matchDay.sha512"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-$matchYear$matchMonth$matchDay.sha512"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|