diff --git a/verify_and_hash.py b/verify_and_hash.py index 8c03c62..5e628bb 100755 --- a/verify_and_hash.py +++ b/verify_and_hash.py @@ -39,6 +39,7 @@ def fix_release(release): # 403 is semantically 404 for Zig if e.code == 403: platform["broken"] = True + platform["sha256"] = "BROKEN. THIS IS PURPOSELY INVALID." else: print(f' failed download: {e}') finally: