From f7fccc87cfbc572b9bca54589d56ff3b7e9b624e Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Tue, 28 Feb 2023 11:52:43 +0530 Subject: [PATCH] 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 --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index 605d458a7b..27cbc5b4b5 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -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