From 2926f923e8bcda8e96045ded9515066e9c4abfac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 00:35:17 +0000 Subject: [PATCH] zstd: Update to version 1.5.2 --- bucket/zstd.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index a96e887690..384e9abcc7 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -1,16 +1,16 @@ { - "version": "1.5.1", + "version": "1.5.2", "description": "High compression ratios compression algorithm", "homepage": "https://facebook.github.io/zstd/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-v1.5.1-win64.zip", - "hash": "9bc19ea3c1997d755103019d4790a9e7a9c55f0a572381f81832dc75773d08de" + "url": "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-v1.5.2-win64.zip", + "hash": "68897cd037ee5e44c6d36b4dbbd04f1cc4202f9037415a3251951b953a257a09" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-v1.5.1-win32.zip", - "hash": "df2f37e841b2da9e7b79c53488cef0cada5317d43f815430ca277201b7f2ec42" + "url": "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-v1.5.2-win32.zip", + "hash": "1d4ed9446a485cf2edf0323d3b5c139e7c4a52b16a664b380b967a51cc978cf4" } }, "bin": "zstd.exe",