Skip to content

Commit

Permalink
Merge pull request #1 from anyproto/fix-0.1.0-download
Browse files Browse the repository at this point in the history
fix 0.1.0 download
  • Loading branch information
zarkone authored Sep 4, 2024
2 parents aa8e992 + 9857b9d commit edc2c65
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 edc2c65

Please sign in to comment.