From 88218571446a1183abb798b64bdcfc1077078736 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:52:14 +0000 Subject: [PATCH] zstd@1.5.7: Fix hash (Closes #6587) --- bucket/zstd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index c6ea7bcbe7..7541a58bdf 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -6,12 +6,12 @@ "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-v1.5.7-win64.zip", - "hash": "6ae72e3d0a5d53c5aaa74638499d3715d25625b71bf3bc9d72c3f4a3ed4d8ca4", + "hash": "f70e9673fb13b7faeb4ccfffd8d29c52377d78a637099367f4cbeab4a7fd6b88", "extract_dir": "zstd-v1.5.7-win64" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-v1.5.7-win32.zip", - "hash": "58d5ff77b9c578debf3108ec874767a9eebe47f954948c3a56b7c5f538ed3e1c", + "hash": "e2d2c13c73f2c9a6eb2d575d12cf53e650825c984c9f1fdd0ac35a62f063aff3", "extract_dir": "zstd-v1.5.7-win32" } },