chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
69 stars 16 forks source link

[#32] Add tag option to download a specific tool version #61

Closed FrancisMurillo closed 1 year ago

FrancisMurillo commented 1 year ago

Description

This should resolve #32 which just adds tag option to specify which version of the tool to download. If omitted it will default to the latest release.

[ripgrep]
owner    = "BurntSushi"
repo     = "ripgrep"
exe_name = "rg"
tag      = "12.1.1"

asset_name.linux = "x86_64-unknown-linux-musl.tar.gz"