Skip to content

Commit

Permalink
Update pkg-url of cargo binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Oct 17, 2024
1 parent 946d15f commit c0b1557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c0b1557

Please sign in to comment.