diff options
Diffstat (limited to 'third_party/highway/.bcr/source.template.json')
-rw-r--r-- | third_party/highway/.bcr/source.template.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/highway/.bcr/source.template.json b/third_party/highway/.bcr/source.template.json new file mode 100644 index 0000000000..4f1481990e --- /dev/null +++ b/third_party/highway/.bcr/source.template.json @@ -0,0 +1,5 @@ +{ + "integrity": "", + "strip_prefix": "{REPO}-{VERSION}", + "url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz" +} |