From d9c474edea33f2d1718f94bbeb6172840f4d686a Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Oct 2025 05:26:02 +0200 Subject: [PATCH] debug --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8ff032c..606cf12 100644 --- a/Makefile +++ b/Makefile @@ -20,12 +20,8 @@ endif # Configuration for fetching the right binary OS ?= "linux" ARCH ?= "amd64" -VERSION ?= "v0.0.17" -DOWNLOAD_URL ?= "https://github.com/codex-storage/codex-go-bindings/releases/latest/download/codex-${OS}-${ARCH}.zip" - -ifneq ($(VERSION),) - DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip" -endif +VERSION ?= "v0.0.20" +DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip" all: run