From 9857b9da4eca26bf5e928977e41c2000ce0a714e Mon Sep 17 00:00:00 2001 From: Anatolii Smolianinov Date: Wed, 4 Sep 2024 11:27:19 +0200 Subject: [PATCH] fix 0.1.0 download --- rust/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Makefile b/rust/Makefile index 801be38..476960d 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -196,7 +196,7 @@ install-debug-all: \ ### Download release REPO := anyproto/tantivy-go -VERSION := go/v0.0.3 +VERSION := v0.1.0 OUTPUT_DIR := ../libs TANTIVY_LIBS := android-386.tar.gz \ @@ -222,4 +222,4 @@ $(TANTIVY_LIBS): $(call download_tantivy_lib,$@) @tar -C $(OUTPUT_DIR)/$(shell echo $@ | cut -d'.' -f1) -xvzf $(OUTPUT_DIR)/$@ @rm -f $(OUTPUT_DIR)/$@ - @echo "Extracted $@" \ No newline at end of file + @echo "Extracted $@"