Skip to content

Commit d9c474e

Browse files
committed
debug
1 parent 7f8f895 commit d9c474e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@ endif
2020
# Configuration for fetching the right binary
2121
OS ?= "linux"
2222
ARCH ?= "amd64"
23-
VERSION ?= "v0.0.17"
24-
DOWNLOAD_URL ?= "https://github.com/codex-storage/codex-go-bindings/releases/latest/download/codex-${OS}-${ARCH}.zip"
25-
26-
ifneq ($(VERSION),)
27-
DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
28-
endif
23+
VERSION ?= "v0.0.20"
24+
DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
2925

3026
all: run
3127

0 commit comments

Comments
 (0)