Skip to content

Commit

Permalink
fix 0.1.0 download
Browse files Browse the repository at this point in the history
  • Loading branch information
zarkone committed Sep 4, 2024
1 parent aa8e992 commit 9857b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 $@"
@echo "Extracted $@"

0 comments on commit 9857b9d

Please sign in to comment.