From 28f13a74bc769d60b7964447350f94f284c24bc0 Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Mon, 9 Jan 2023 15:07:25 -0600 Subject: [PATCH] Update Mac installer to use gvproxy v0.5.0 Signed-off-by: Jason T. Greene --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index f88d5e7a4f..605d458a7b 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -6,7 +6,7 @@ ifeq ($(ARCH), aarch64) else GOARCH:=$(ARCH) endif -GVPROXY_VERSION ?= 0.4.0 +GVPROXY_VERSION ?= 0.5.0 QEMU_VERSION ?= 7.1.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