mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 03:25:13 +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:
parent
a32cbf1df3
commit
fb53eacefd
Notes:
sideshowbarker
2024-07-17 22:43:29 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/fb53eacefdb Pull-request: https://github.com/SerenityOS/serenity/pull/11277
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue