From 73093254a336804029a7f129305d1da73dfb3bb8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Jan 2023 10:59:05 -0800 Subject: [PATCH] mark broken as broken --- verify_and_hash.py | 1 + 1 file changed, 1 insertion(+) 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: