mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-16 03:10:58 +00:00
Update pkg-url of cargo binstall (#1532)
This commit is contained in:
parent
946d15f7fa
commit
93846b5c8d
1 changed files with 2 additions and 2 deletions
|
|
@ -97,6 +97,6 @@ required-features = ["check_example_domains"]
|
|||
|
||||
# Metadata for cargo-binstall to get the right artifacts
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
|
||||
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"
|
||||
bin-dir = "{ bin }{ binary-ext }"
|
||||
pkg-fmt = "tgz"
|
||||
pkg-fmt = "tgz"
|
||||
|
|
|
|||
Loading…
Reference in a new issue