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

Toolchain: Update BuildQemu.sh to qemu-7.0

QEMU 7.0 was released on April 19th.
Release Notes: https://wiki.qemu.org/ChangeLog/7.0
This commit is contained in:
EWouters 2022-04-22 21:35:28 +02:00 committed by Brian Gianforcaro
parent 57c6829249
commit ab37791431

View file

@ -11,8 +11,8 @@ PREFIX="$DIR/Local/qemu"
BUILD=$(realpath "$DIR/../Build")
SYSROOT="$BUILD/Root"
QEMU_VERSION="qemu-6.2.0"
QEMU_MD5SUM="a077669ce58b6ee07ec355e54aad25be"
QEMU_VERSION="qemu-7.0.0"
QEMU_MD5SUM="bfb5b09a0d1f887c8c42a6d5f26971ab"
echo PREFIX is "$PREFIX"
echo SYSROOT is "$SYSROOT"