From 50df07dae408489b42d0821d625e7fdb81f6bced Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:39:34 +0000 Subject: [PATCH] lz4@1.10.0: Fix hash (Closes #6085) --- bucket/lz4.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/lz4.json b/bucket/lz4.json index 9cb757a924..1a6cf43bf3 100644 --- a/bucket/lz4.json +++ b/bucket/lz4.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/lz4/lz4/releases/download/v1.10.0/lz4_win64_v1_10_0.zip", - "hash": "637b3a63cbc40490f8b4fbcb0e4ef097702f108e69d834dbdf176801c7a8fd08" + "hash": "8cb562a53189dfc8a53ec12469b91f1b51a5075036061a86b55738183bf4ab74" }, "32bit": { "url": "https://github.com/lz4/lz4/releases/download/v1.10.0/lz4_win32_v1_10_0.zip", - "hash": "a1a121e34014418f7bf609c52b4a647eb7ee4244103b11cb23476db947502b8a" + "hash": "ab0cc3153d647605d37e031baa875228dda222fb9319420beb8d2ad075840a4e" } }, "bin": "lz4.exe",