From 6a6e870a202acd5bb6fece30a74d6b736b92920c Mon Sep 17 00:00:00 2001 From: Ivo List Date: Fri, 13 Sep 2024 20:02:10 +0000 Subject: [PATCH] Fix url --- .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 4f14819..53c3bbe 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "", "strip_prefix": "{REPO}-{VERSION}", - "url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz" + "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_cc-{TAG}.tar.gz" }