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