mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Toolchain: Update QEMU to 6.0.0-rc5
Changes since rc4: 0cef06d187: Update version for v6.0.0-rc5 release 5351fb7cb2: hw/block/nvme: fix invalid msix exclusive uninit ffa090bc56: target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG bc38e31b4e: net: check the existence of peer before trying to pad
This commit is contained in:
parent
b0145ea529
commit
d19180433f
Notes:
sideshowbarker
2024-07-18 19:00:31 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/d19180433f7 Pull-request: https://github.com/SerenityOS/serenity/pull/6700
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ PREFIX="$DIR/Local/$ARCH"
|
|||
BUILD=$(realpath "$DIR/../Build")
|
||||
SYSROOT="$BUILD/Root"
|
||||
|
||||
QEMU600_MD5SUM="90d578ba263f2b5e629dc28af374a1fd"
|
||||
QEMU600_MD5SUM="a64544ab7979411e0a096319e413be17"
|
||||
|
||||
QEMU_VERSION="qemu-6.0.0-rc4"
|
||||
QEMU_VERSION="qemu-6.0.0-rc5"
|
||||
QEMU_MD5SUM="${QEMU600_MD5SUM}"
|
||||
|
||||
echo PREFIX is "$PREFIX"
|
||||
|
|
Loading…
Reference in a new issue