mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 04:35:41 +03:00
Toolchain+Ports: Update QEMU to 8.0.3
This commit is contained in:
parent
0263052284
commit
c0d0391d08
Notes:
sideshowbarker
2024-07-16 22:11:09 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/c0d0391d08 Pull-request: https://github.com/SerenityOS/serenity/pull/20089
@ -236,7 +236,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.49 | https://github.com/8bitbubsy/pt2-clone |
|
||||
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
|
||||
| [`python3`](python3/) | Python | 3.11.3 | https://www.python.org/ |
|
||||
| [`qemu`](qemu/) | QEMU | 8.0.0 | https://qemu.org |
|
||||
| [`qemu`](qemu/) | QEMU | 8.0.3 | https://qemu.org |
|
||||
| [`qoi`](qoi/) | Quite OK Image Format for fast, lossless image compression | edb8d7b | https://github.com/phoboslab/qoi |
|
||||
| [`qt6-qt5compat`](qt6-qt5compat/) | Qt6 Qt5Compat | 6.4.0 | https://doc.qt.io/qt-6/qtcore5-index.html |
|
||||
| [`qt6-qtbase`](qt6-qtbase/) | Qt6 QtBase | 6.4.0 | https://qt.io |
|
||||
|
@ -1,4 +1,4 @@
|
||||
QEMU_VERSION="8.0.0"
|
||||
QEMU_VERSION="8.0.3"
|
||||
QEMU_ARCHIVE="qemu-${QEMU_VERSION}.tar.xz"
|
||||
QEMU_ARCHIVE_URL="https://download.qemu.org/${QEMU_ARCHIVE}"
|
||||
QEMU_ARCHIVE_SHA256SUM="bb60f0341531181d6cc3969dd19a013d0427a87f918193970d9adb91131e56d0"
|
||||
QEMU_ARCHIVE_SHA256SUM="ecf4d32cbef9d397bfc8cc50e4d1e92a1b30253bf32e8ee73c7a8dcf9a232b09"
|
||||
|
Loading…
Reference in New Issue
Block a user