mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
Ports: Update qemu to 7.2.0
This commit is contained in:
parent
96ac527e3c
commit
944191560a
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='qemu'
|
||||
version='7.1.0'
|
||||
version='7.2.0'
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
"--target-list=aarch64-softmmu,i386-softmmu,x86_64-softmmu"
|
||||
|
@ -14,7 +14,7 @@ configopts=(
|
|||
"--enable-tools"
|
||||
)
|
||||
depends=("glib" "pixman" "SDL2")
|
||||
files="https://download.qemu.org/qemu-${version}.tar.xz qemu-${version}.tar.xz a0634e536bded57cf38ec8a751adb124b89c776fe0846f21ab6c6728f1cbbbe6"
|
||||
files="https://download.qemu.org/qemu-${version}.tar.xz qemu-${version}.tar.xz 5b49ce2687744dad494ae90a898c52204a3406e84d072482a1e1be854eeb2157"
|
||||
auth_type='sha256'
|
||||
|
||||
pre_patch() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue