From 7624f87a72debd0d24c2ff942c3fc9fcab327bb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 00:32:26 +0000 Subject: [PATCH] zstd: Update to version 1.5.5 --- bucket/zstd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 6c440ce042..1c5d05ecf5 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -1,12 +1,12 @@ { - "version": "1.5.4", + "version": "1.5.5", "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.4/zstd-v1.5.4-win64.zip", - "hash": "0f4e67626f8d758a219c24e780a556a88a7baf4793e95802e55a789f9a4d3cc6" + "url": "https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-v1.5.5-win64.zip", + "hash": "1ab47163dd8ea8c3ef35311ba77808870347e2f0e3e50acd4e99a21c0d87da2c" } }, "bin": "zstd.exe",