From b2c696379baddcefefcb4ff3e8c3696d0760d74a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 04:59:58 +0000 Subject: [PATCH] lz4: Update to version 1.9.4 --- bucket/lz4.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lz4.json b/bucket/lz4.json index 33557e7af1..ed8942a134 100644 --- a/bucket/lz4.json +++ b/bucket/lz4.json @@ -1,16 +1,16 @@ { - "version": "1.9.3", + "version": "1.9.4", "description": "Fast LZ compression algorithm library and tool", "homepage": "https://www.lz4.org", "license": "GPL-2.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/lz4/lz4/releases/download/v1.9.3/lz4_win64_v1_9_3.zip", - "hash": "519cb3bfc4975cce8747b1ecba5053137b6ce2a77b653e4d2c63fae057985449" + "url": "https://github.com/lz4/lz4/releases/download/v1.9.4/lz4_win64_v1_9_4.zip", + "hash": "13ce1d4fc1c50b8387612549e63a0d3522b253f2c3bb66beeb47dee4923cc9b3" }, "32bit": { - "url": "https://github.com/lz4/lz4/releases/download/v1.9.3/lz4_win32_v1_9_3.zip", - "hash": "4eb78a7374b0ccadd46d6a148b42257e56890b5a1cceaf4db40d543281ad037c" + "url": "https://github.com/lz4/lz4/releases/download/v1.9.4/lz4_win32_v1_9_4.zip", + "hash": "c0321a555f522df4fad8d24fa6c53b4a8b65eaebc00d40fb913803bc5d646282" } }, "bin": "lz4.exe",