From cd2e7f16bac0a2a1405ff486778db410d0cc815b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 23:17:47 +1000 Subject: [PATCH] qemu@6.1.0 20210825 (#2068) Co-authored-by: Akira Yamamoto <3007213+akirayamamoto@users.noreply.github.com> --- bucket/qemu.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bucket/qemu.json b/bucket/qemu.json index b2fe6b9e06..24a72c07c2 100644 --- a/bucket/qemu.json +++ b/bucket/qemu.json @@ -1,16 +1,16 @@ { - "version": "6.1.0-rc3", + "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/2021/qemu-w64-setup-20210810.exe#/dl.7z", - "hash": "sha512:1dbd0973190a6f3b8d61aee7bf20f07c4b713e3613fcb03bedcabf4a519a2e8a7843fff4007114430596ad016a0f8fc56d402d5ba587c62dcc1f4897995789ba" + "url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-20210825.exe#/dl.7z", + "hash": "sha512:837b6c0307878233f1e7a19f020b421e0765b981c5f2c40c26141dcafbe89011477d88dc6885b4d73c9368acdec37ea92ef32b945a0581d96404a15a1db9ca9b" }, "32bit": { - "url": "https://qemu.weilnetz.de/w32/2021/qemu-w32-setup-20210810.exe#/dl.7z", - "hash": "sha512:98e9bd0aaba9871208c406949ad1c774a19e3ced3fb30a0897032369e5e3a40c690aa678dc52b1c5b260b5748e92755a6cfc2b7d50b5c3caec0733fafd2b0d50" + "url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-20210825.exe#/dl.7z", + "hash": "sha512:52dc3c0cb58c744e6f3175aecc655772e47f234b8dfda2c54ead3e6d9b31b12f412daa824e6d1ba7e9bda77428021a8aa77e55ea69a58dc6d1ce511bd0e68c6d" } }, "bin": [ @@ -83,15 +83,15 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://qemu.weilnetz.de/w64/$matchYear/qemu-w64-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z", + "url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z", "hash": { - "url": "https://qemu.weilnetz.de/w64/$matchYear/qemu-w64-setup-$matchYear$matchMonth$matchDay.sha512" + "url": "https://qemu.weilnetz.de/w64/qemu-w64-setup-$matchYear$matchMonth$matchDay.sha512" } }, "32bit": { - "url": "https://qemu.weilnetz.de/w32/$matchYear/qemu-w32-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z", + "url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z", "hash": { - "url": "https://qemu.weilnetz.de/w32/$matchYear/qemu-w32-setup-$matchYear$matchMonth$matchDay.sha512" + "url": "https://qemu.weilnetz.de/w32/qemu-w32-setup-$matchYear$matchMonth$matchDay.sha512" } } }