From c0b1557c019665d39547bcca5518eaa07eee242e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Thu, 17 Oct 2024 02:00:59 +0200 Subject: [PATCH] Update `pkg-url` of cargo binstall --- lychee-bin/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 28379fad53..215b112bab 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -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" \ No newline at end of file +pkg-fmt = "tgz"