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"
 }