| commit | 3d0dd2da76628f2a7fc4e0a4644d3a20839cf093 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sat Mar 29 13:06:30 2025 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Mar 29 13:06:30 2025 -0700 |
| tree | af6335d235d42e18f3dd32338bcc15d7dd608bef | |
| parent | 6c117a8475c64ae6ce24255acfe06fb6289f4d56 [diff] |
Clear integrity value in source.template.json
diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 317b4bd..cb529fd 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json
@@ -1,5 +1,5 @@ { - "integrity": "**leave this alone**", + "integrity": "", "strip_prefix": "{REPO}-{VERSION}", "url": "https://github.com/{OWNER}/{REPO}/releases/download/{VERSION}/{REPO}-{VERSION}.tar.gz" }