From 8a94066cfc467942f21116b2e8d39e6ff463bee4 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Wed, 23 Nov 2022 19:14:35 +0100 Subject: [PATCH] bzlmod: Add missing `strip_prefix` field to `source.template.json` (#3359) This field is required even if its value is empty. --- .bcr/source.template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 31e97fa1c8..cfd7e71ee0 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,4 +1,5 @@ { "integrity": "", + "strip_prefix": "", "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.zip" }