From 9f1de5fcc14b18eb5b8baabfb7b4d679f9aa342c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Thu, 17 Oct 2024 17:29:29 +0200 Subject: [PATCH] Update `pkg-url` of cargo binstall (#1532) --- lychee-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 1d984e4e35..5bca6799ed 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -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"