From a8df155aa5695629da468e0f751bcf16c22113c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:22:11 -0700 Subject: [PATCH] build(deps): Bump finch dependencies (#291) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vsiravar <69735799+vsiravar@users.noreply.github.com> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4a2824e..f501bc7 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ WINGIT_x86_HASH := $(or $(WINGIT_x86_HASH),"sha256:c192e56f8ed3d364acc87ad04d1f5 ifneq (,$(findstring arm64,$(ARCH))) LIMA_ARCH = aarch64 - LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1712655075.tar.gz + LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1713261406.tar.gz FINCH_OS_BASENAME := $(notdir $(FINCH_OS_AARCH64_URL)) FINCH_OS_IMAGE_URL := $(FINCH_OS_AARCH64_URL) FINCH_OS_DIGEST ?= $(FINCH_OS_AARCH64_DIGEST) @@ -48,7 +48,7 @@ ifneq (,$(findstring arm64,$(ARCH))) else ifneq (,$(findstring x86_64,$(ARCH))) LIMA_ARCH = x86_64 - LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1712655075.tar.gz + LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1713261406.tar.gz FINCH_OS_BASENAME := $(notdir $(FINCH_OS_x86_URL)) FINCH_OS_IMAGE_URL := $(FINCH_OS_x86_URL) FINCH_OS_DIGEST ?= $(FINCH_OS_x86_DIGEST)