From c2c98e442fc2f054576ec4aa006285312c288e2f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 19 Aug 2019 22:00:23 +0000 Subject: [PATCH] zstd: Update to version 1.4.3 --- bucket/zstd.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 18cd28b97b..6ff3c76735 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -2,17 +2,17 @@ "homepage": "http://www.zstd.net/", "license": "BSD-3-Clause", "description": "Zstandard is a real-time compression algorithm, providing high compression ratios.", - "version": "1.4.2", + "version": "1.4.3", "architecture": { "64bit": { - "url": "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-v1.4.2-win64.zip", - "hash": "13e9fd7a979398a4109fedbd6dc2f25dd0f2b0fb42b9fc957ad7b837c815949d", - "extract_dir": "zstd-v1.4.2-win64" + "url": "https://github.com/facebook/zstd/releases/download/v1.4.3/zstd-v1.4.3-win64.zip", + "hash": "9b83d744245f23a45f4276b92f8b61358cfb8d83cd2b4f0e910d6f27de4f7269", + "extract_dir": "zstd-v1.4.3-win64" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-v1.4.2-win32.zip", - "hash": "430f21b1a4e006f3bfb2e97efa94deb03aadcda8c38b5f9832a0d069e4cad19e", - "extract_dir": "zstd-v1.4.2-win32" + "url": "https://github.com/facebook/zstd/releases/download/v1.4.3/zstd-v1.4.3-win32.zip", + "hash": "55a7a2e92d1663750cdc8b0ab378482a5116b8fc86764d12ed441e37cbe3b811", + "extract_dir": "zstd-v1.4.3-win32" } }, "bin": "zstd.exe",