From 17e17146be81cd4571ae552282816c487e648a96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:55:46 +0000 Subject: [PATCH] zstd@1.5.7: Fix hash (Closes #6591) --- bucket/zstd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 7541a58bdf..e92646cd2b 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": "f70e9673fb13b7faeb4ccfffd8d29c52377d78a637099367f4cbeab4a7fd6b88", + "hash": "acb4e8111511749dc7a3ebedca9b04190e37a17afeb73f55d4425dbf0b90fad9", "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": "e2d2c13c73f2c9a6eb2d575d12cf53e650825c984c9f1fdd0ac35a62f063aff3", + "hash": "231265caed189d933339cda2352e0905ae9076b43c534ba24f84fbab8f719a2d", "extract_dir": "zstd-v1.5.7-win32" } },