pkginstaller: bump Qemu to version 7.2.0

this updates the Makefile qemu version to make use new qemu released at
https://github.com/containers/podman-machine-qemu/releases/tag/v7.2.0-1

[NO NEW TESTS NEEDED]

Signed-off-by: Anjan Nath <kaludios@gmail.com>
This commit is contained in:
Anjan Nath 2023-02-28 11:52:43 +05:30
parent 6d2cd36fe6
commit 1e516e657b

View file

@ -7,7 +7,7 @@ else
GOARCH:=$(ARCH)
endif
GVPROXY_VERSION ?= 0.5.0
QEMU_VERSION ?= 7.1.0-1
QEMU_VERSION ?= 7.2.0-1
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
QEMU_RELEASE_URL ?= https://github.com/containers/podman-machine-qemu/releases/download/v$(QEMU_VERSION)/podman-machine-qemu-$(ARCH)-$(QEMU_VERSION).tar.xz
PACKAGE_DIR ?= out/packaging