From 39c1d5f50450021b8e2dd902f92c393b4d46696d Mon Sep 17 00:00:00 2001 From: Zarin Date: Thu, 4 May 2023 21:37:28 -0400 Subject: [PATCH] zig: Fix hash extraction (#4773) --- bucket/zig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/zig.json b/bucket/zig.json index e29d202568..b3f519671e 100644 --- a/bucket/zig.json +++ b/bucket/zig.json @@ -35,8 +35,8 @@ } }, "hash": { - "url": "https://ziglang.org/download/", - "regex": "(?sm)$basename.*?$sha256" + "url": "https://ziglang.org/download/index.json", + "regex": "(?s)$basename.*?$sha256" } } }