Skip to content

Commit

Permalink
Update pkg-url of cargo binstall (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored and mre committed Oct 27, 2024
1 parent b75d091 commit 9f1de5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,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"

0 comments on commit 9f1de5f

Please sign in to comment.