Skip to content

Commit c721ee6

Browse files
build(deps): Bump lima version (#354)
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: vsiravar <[email protected]>
1 parent 5b0850f commit c721ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ ifneq (,$(findstring arm64,$(ARCH)))
3535
LIMA_ARCH = aarch64
3636
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/aarch64/images/
3737
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-37-1.7.aarch64-20230330181518.qcow2
38-
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1679936560.tar.gz
38+
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1681230765.tar.gz
3939
else ifneq (,$(findstring x86_64,$(ARCH)))
4040
SUPPORTED_ARCH = true
4141
LIMA_ARCH = x86_64
4242
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/
4343
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-37-1.7.x86_64-20230329185717.qcow2
44-
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1679936560.tar.gz
44+
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1681231072.tar.gz
4545
endif
4646

4747
FINCH_OS_HASH := `shasum -a 256 $(OUTDIR)/os/$(FINCH_OS_BASENAME) | cut -d ' ' -f 1`

0 commit comments

Comments
 (0)