qemu: revert to 4.0.0 to avoid qcow2 corruption

resolves #16138
This commit is contained in:
Helmut Pozimski 2019-11-05 11:08:48 +01:00
parent 488d3d4f31
commit 067224edc4
1 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'qemu' # Template file for 'qemu'
pkgname=qemu pkgname=qemu
version=4.1.0 reverts="4.1.0_1 4.1.0_2 4.1.0_3 4.1.0_4"
revision=3 version=4.0.0
revision=5
short_desc="Open Source Processor Emulator" short_desc="Open Source Processor Emulator"
maintainer="Helmut Pozimski <helmut@pozimski.eu>" maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later, LGPL-2.1-or-later" license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.qemu.org" homepage="https://www.qemu.org"
distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2" distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
checksum=49f0de77410d4d0f7d0321ff2c2888b281381f06e1e2dac9ec4d061e3934f4ae checksum=6d7f713f7400c8a636c770118957b13d6a7f72b0d2da4a925d10455d8e33af20
nostrip=yes nostrip=yes
hostmakedepends="pkg-config perl python3 automake libtool flex python3-Sphinx" hostmakedepends="pkg-config perl python3 automake libtool flex python3-Sphinx"