mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Toolchain: Update BuildQemu.sh to qemu-6.2
QEMU 6.2 was released on December 14th. Release Notes: https://wiki.qemu.org/ChangeLog/6.2
This commit is contained in:
committed by
Brian Gianforcaro
parent
a32cbf1df3
commit
fb53eacefd
@@ -11,8 +11,8 @@ PREFIX="$DIR/Local/qemu"
|
||||
BUILD=$(realpath "$DIR/../Build")
|
||||
SYSROOT="$BUILD/Root"
|
||||
|
||||
QEMU_VERSION="qemu-6.1.0"
|
||||
QEMU_MD5SUM="47f776c276a24f42108ba512a2aa3013"
|
||||
QEMU_VERSION="qemu-6.2.0"
|
||||
QEMU_MD5SUM="a077669ce58b6ee07ec355e54aad25be"
|
||||
|
||||
echo PREFIX is "$PREFIX"
|
||||
echo SYSROOT is "$SYSROOT"
|
||||
|
||||
Reference in New Issue
Block a user