qemu: Update shims (#1631)

* qemu: Update shims

* fix autoupdate
This commit is contained in:
Chawye Hsu 2020-11-30 23:44:38 +08:00 committed by GitHub
parent 8df05761c6
commit 5eeb10b800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
"version": "5.2.0-rc2",
"architecture": {
"64bit": {
"url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-20201120.exe#/dl.7z",
"hash": "sha512:2f36592722f11011ca47bc5df9977bf33b6de9201a980ad0e539ab996bc4f099d04899ded860d8af5cd6cd08ce9cc3380a715c8064ccf2f43d7789c41884babb"
"url": "https://qemu.weilnetz.de/w64/2020/qemu-w64-setup-20201124.exe#/dl.7z",
"hash": "sha512:90d3b4960edd06600b1cb2abeb94907cce6efb5a0afaa0414428d0de0aae01206f39df3882f0e9bae4b568d7d684d3caae125215989a493bb008bbfddad6aad7"
},
"32bit": {
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20201120.exe#/dl.7z",
"hash": "sha512:9aaae87eef6de12a01598b05a01e633b4023f1b574a523bf7265f22233237ff004b2e2b1486c12e7a2427f5ea61c662f14cfc2257ff48e8761b370bdc4b5a72a"
"url": "https://qemu.weilnetz.de/w32/2020/qemu-w32-setup-20201124.exe#/dl.7z",
"hash": "sha512:44a2140d31d3549296865a4a548dafd1d28613b37a4c473a31bb76e6cf17f0e2c723aa2a698f8e359e5894ef3fe31a69cc392045d29241e2aaf77369d7e9777b"
}
},
"bin": [
@ -24,14 +24,14 @@
"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-lm32.exe",
"qemu-system-lm32w.exe",
"qemu-system-m68k.exe",
"qemu-system-m68kw.exe",
"qemu-system-microblaze.exe",
@ -72,8 +72,6 @@
"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",
@ -87,15 +85,15 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z",
"url": "https://qemu.weilnetz.de/w64/$matchYear/qemu-w64-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z",
"hash": {
"url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-$matchYear$matchMonth$matchDay.sha512"
"url": "https://qemu.weilnetz.de/w64/$matchYear/qemu-w64-setup-$matchYear$matchMonth$matchDay.sha512"
}
},
"32bit": {
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z",
"url": "https://qemu.weilnetz.de/w32/$matchYear/qemu-w32-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z",
"hash": {
"url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-$matchYear$matchMonth$matchDay.sha512"
"url": "https://qemu.weilnetz.de/w32/$matchYear/qemu-w32-setup-$matchYear$matchMonth$matchDay.sha512"
}
}
}