From 976ef00509e8b76d8d85dd7ec16fc4056ced520a Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Thu, 7 Sep 2023 17:48:27 +0200 Subject: [PATCH] Fix `strip_prefix` in `.bcr/source.template.json` --- .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 50e0ea0..87414bd 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "", - "strip_prefix": "{REPO}-{VERSION}", + "strip_prefix": "", "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_jni-{TAG}.tar.gz" }