We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8f895 commit d9c474eCopy full SHA for d9c474e
Makefile
@@ -20,12 +20,8 @@ endif
20
# Configuration for fetching the right binary
21
OS ?= "linux"
22
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
+VERSION ?= "v0.0.20"
+DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
29
30
all: run
31
0 commit comments