Update Makefile

This commit is contained in:
Arnaud 2026-03-18 12:13:22 +04:00
parent fd0452e3cc
commit 96b9f67150
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -15,7 +15,7 @@ endif
# Configuration for fetching the right binary # Configuration for fetching the right binary
OS ?= "linux" OS ?= "linux"
ARCH ?= "amd64" ARCH ?= "amd64"
VERSION ?= "v0.3.1" VERSION ?= "v0.3.2"
DOWNLOAD_URL := "https://github.com/logos-storage/logos-storage-nim/releases/download/$(VERSION)/libstorage-${OS}-${ARCH}-$(VERSION).zip" DOWNLOAD_URL := "https://github.com/logos-storage/logos-storage-nim/releases/download/$(VERSION)/libstorage-${OS}-${ARCH}-$(VERSION).zip"
all: run all: run