Skip to content

Commit 7ba82e4

Browse files
build(deps): Bump finch dependencies (#228)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: GitHub <[email protected]> Co-authored-by: pendo324 <[email protected]>
1 parent ca172fc commit 7ba82e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ WINGIT_x86_HASH := $(or $(WINGIT_x86_HASH),"sha256:c192e56f8ed3d364acc87ad04d1f5
3636

3737
ifneq (,$(findstring arm64,$(ARCH)))
3838
LIMA_ARCH = aarch64
39-
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1704189429.tar.gz
39+
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1704761375.tar.gz
4040
FINCH_OS_BASENAME := $(notdir $(FINCH_OS_AARCH64_URL))
4141
FINCH_OS_IMAGE_URL := $(FINCH_OS_AARCH64_URL)
4242
FINCH_OS_DIGEST ?= $(FINCH_OS_AARCH64_DIGEST)
@@ -48,7 +48,7 @@ ifneq (,$(findstring arm64,$(ARCH)))
4848

4949
else ifneq (,$(findstring x86_64,$(ARCH)))
5050
LIMA_ARCH = x86_64
51-
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1704189429.tar.gz
51+
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1704761375.tar.gz
5252
FINCH_OS_BASENAME := $(notdir $(FINCH_OS_x86_URL))
5353
FINCH_OS_IMAGE_URL := $(FINCH_OS_x86_URL)
5454
FINCH_OS_DIGEST ?= $(FINCH_OS_x86_DIGEST)

0 commit comments

Comments
 (0)