From 4c77fd72a1afc391c9147e89ef2e24ad11d09c9b Mon Sep 17 00:00:00 2001 From: Sam Berning Date: Tue, 6 Dec 2022 15:01:43 -0800 Subject: [PATCH] build(deps): bump finch-core to 0.1.1 Signed-off-by: Sam Berning --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3dcd0adf0..f28c4ec74 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,8 @@ VDE_INSTALL ?= /opt/finch UNAME := $(shell uname -m) ARCH ?= $(UNAME) SUPPORTED_ARCH = false -CORE_URL ?= https://artifact.runfinch.com/finch-core-0.1.0.tar.gz +CORE_VERSION ?= 0.1.1 +CORE_URL ?= https://artifact.runfinch.com/finch-core-$(CORE_VERSION).tar.gz CORE_FILENAME := finch-core CORE_OUTDIR := $(CURDIR)/$(CORE_FILENAME)/_output CORE_VDE_PREFIX ?= $(OUTDIR)/dependencies/vde/opt/finch