1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:47:44 +00:00

Toolchain+Ports: Update qemu to 8.0.0

This commit is contained in:
Kenneth Myhra 2023-04-22 21:17:06 +02:00 committed by Andreas Kling
parent 1cc095c5ab
commit 5af715e394
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
QEMU_VERSION="7.2.0"
QEMU_VERSION="8.0.0"
QEMU_ARCHIVE="qemu-${QEMU_VERSION}.tar.xz"
QEMU_ARCHIVE_URL="https://download.qemu.org/${QEMU_ARCHIVE}"
QEMU_ARCHIVE_SHA256SUM="5b49ce2687744dad494ae90a898c52204a3406e84d072482a1e1be854eeb2157"
QEMU_ARCHIVE_SHA256SUM="bb60f0341531181d6cc3969dd19a013d0427a87f918193970d9adb91131e56d0"