From 95c4f6240b61451bd735b7b8d762d1c25460b75a Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:17:57 +0000 Subject: [PATCH] Fix typos --- Makefile-libs.Inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile-libs.Inc b/Makefile-libs.Inc index 26df6f9437..ccb534b655 100644 --- a/Makefile-libs.Inc +++ b/Makefile-libs.Inc @@ -55,8 +55,8 @@ POSTRS_SETUP_ZIP = libpost-$(platform)-v$(POSTRS_SETUP_REV).zip POSTRS_SETUP_URL_ZIP ?= https://github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SETUP_ZIP) POSTRS_PROFILER_ZIP = profiler-$(platform)-v$(POSTRS_SETUP_REV).zip POSTRS_PROFILER_URL ?= https://github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_PROFILER_ZIP) -POSTRS_SERVICE_ZIP = service-$(platform)-$(POSTRS_SETUP_REV).zip -POSTRS_SERVICE_URL ?= https://github.com/spacemeshos/post-rs/releases/download/$(POSTRS_SETUP_REV)/$(POSTRS_SERVICE_ZIP) +POSTRS_SERVICE_ZIP = service-$(platform)-v$(POSTRS_SETUP_REV).zip +POSTRS_SERVICE_URL ?= https://github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SERVICE_ZIP) ifeq ($(platform), windows) POSTRS_SETUP_LIBS = post.h post.dll