mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Toolchain: Upgrade to QEMU 6.0 release
This commit is contained in:
parent
1dfa386d70
commit
5acac54085
Notes:
sideshowbarker
2024-07-18 18:53:15 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/5acac54085e Pull-request: https://github.com/SerenityOS/serenity/pull/6750
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="a64544ab7979411e0a096319e413be17"
|
||||
QEMU600_MD5SUM="cce185dc0119546e395909e8a71a75bb"
|
||||
|
||||
QEMU_VERSION="qemu-6.0.0-rc5"
|
||||
QEMU_VERSION="qemu-6.0.0"
|
||||
QEMU_MD5SUM="${QEMU600_MD5SUM}"
|
||||
|
||||
echo PREFIX is "$PREFIX"
|
||||
|
|
Loading…
Reference in a new issue