qemu-all: update to 8.0.3

This commit is contained in:
Juergen Daubert 2023-07-11 12:41:39 +02:00
parent c0339f2c39
commit c73c120547
3 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TnGezivOQ8b78AWl8P1SO/GEMC//gFEpp2FCWn17donH1XnZmHFFzYxtbLnzqiTBAy+EPJSiW6FfeSJPbpLkA0=
SHA256 (Pkgfile) = df2cc059b27106e1c5889e5c309e963b5f3756da07e4056cf05a60d855713e28
RWSE3ohX2g5d/eK5hFdqBVUB9N6n3QCuQG8AkvbDkodRKD7elegzMJv34sYx4t1mkfqOTz53BhgCsZ0iUusPTqhDdhG87tRrHAI=
SHA256 (Pkgfile) = 37fbec0e8bec3b94ee484c4c9a8c8f249c7e81d05a30a09de236cc252751909b
SHA256 (.footprint) = d218bef161fadffa24fe9d8233c14de7c715f96b1f7be058118f2a81b9fb4e61
SHA256 (qemu-8.0.2.tar.xz) = f060abd435fbe6794125e2c398568ffc3cfa540042596907a8b18edca34cf6a5
SHA256 (qemu-man-8.0.2.tar.xz) = fc0a355bf59e03610288657c40d1a5b914d904b94e4766400f56804dbb48db84
SHA256 (qemu-8.0.3.tar.xz) = ecf4d32cbef9d397bfc8cc50e4d1e92a1b30253bf32e8ee73c7a8dcf9a232b09
SHA256 (qemu-man-8.0.3.tar.xz) = fc0a355bf59e03610288657c40d1a5b914d904b94e4766400f56804dbb48db84

View File

@ -5,7 +5,7 @@
# Optional: libseccomp libiscsi usbredir spice
name=qemu-all
version=8.0.2
version=8.0.3
release=1
source=(https://download.qemu.org/qemu-$version.tar.xz
qemu-man-$version.tar.xz)
@ -13,8 +13,6 @@ source=(https://download.qemu.org/qemu-$version.tar.xz
build() {
cd qemu-$version
sed "s/-l ar',$/-l ara',/" -i pc-bios/keymaps/meson.build
./configure \
--prefix=/usr \
--cc="${CC:=gcc}" \