From b651e7bdf27dba962bf5409d0e638854f3ce6433 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Fri, 21 Jan 2022 11:31:08 +0530 Subject: [PATCH] zstd: Add extract_dir Closes #3221 --- bucket/zstd.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 384e9abcc7..e4a4fc30a5 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -6,11 +6,13 @@ "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-v1.5.2-win64.zip", - "hash": "68897cd037ee5e44c6d36b4dbbd04f1cc4202f9037415a3251951b953a257a09" + "hash": "68897cd037ee5e44c6d36b4dbbd04f1cc4202f9037415a3251951b953a257a09", + "extract_dir": "zstd-v1.5.2-win64" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-v1.5.2-win32.zip", - "hash": "1d4ed9446a485cf2edf0323d3b5c139e7c4a52b16a664b380b967a51cc978cf4" + "hash": "1d4ed9446a485cf2edf0323d3b5c139e7c4a52b16a664b380b967a51cc978cf4", + "extract_dir": "zstd-v1.5.2-win32" } }, "bin": "zstd.exe", @@ -20,10 +22,12 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip", + "extract_dir": "zstd-v$version-win64" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip", + "extract_dir": "zstd-v$version-win32" } } }