From e0ffa169a2572e9f35a52de60fe746831d1e2a0a Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Thu, 1 Aug 2024 16:16:46 +0200 Subject: [PATCH] Fix `source.template.json` (#364) Third time's the charm. --- .bcr/source.template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 6df47bd..631b95a 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "**leave this alone**", - "strip_prefix": "{REPO}-{VERSION}", + "strip_prefix": "{REPO}-{TAG}", "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/toolchains_llvm-{TAG}.tar.gz" }