Update pkg-url of cargo binstall (#1532)

This commit is contained in:
Álvaro Mondéjar Rubio 2024-10-17 17:29:29 +02:00 committed by GitHub
parent 946d15f7fa
commit 93846b5c8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"