mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Toolchain: Update BuildQemu.sh to latest 6.1.0
Change Log: https://wiki.qemu.org/ChangeLog/6.1
This commit is contained in:
parent
9acf449ced
commit
aceea42ba4
Notes:
sideshowbarker
2024-07-18 05:18:45 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/aceea42ba4f Pull-request: https://github.com/SerenityOS/serenity/pull/9598
1 changed files with 2 additions and 4 deletions
|
@ -11,10 +11,8 @@ PREFIX="$DIR/Local/qemu"
|
|||
BUILD=$(realpath "$DIR/../Build")
|
||||
SYSROOT="$BUILD/Root"
|
||||
|
||||
QEMU600_MD5SUM="cce185dc0119546e395909e8a71a75bb"
|
||||
|
||||
QEMU_VERSION="qemu-6.0.0"
|
||||
QEMU_MD5SUM="${QEMU600_MD5SUM}"
|
||||
QEMU_VERSION="qemu-6.1.0"
|
||||
QEMU_MD5SUM="47f776c276a24f42108ba512a2aa3013"
|
||||
|
||||
echo PREFIX is "$PREFIX"
|
||||
echo SYSROOT is "$SYSROOT"
|
||||
|
|
Loading…
Reference in a new issue