diff --git a/bucket/zstd.json b/bucket/zstd.json index 969954152d..02f9e7e166 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -6,13 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win64.zip", - "hash": "6b762f30b6e356f9625e3a764fae09dc32536cfc2cf33fc135b3021984b84f0b", - "extract_dir": "zstd-v1.4.9-win64" + "hash": "0bc374dadaec1fa879d5b2329d11b17212fb5251fe119e237a75e72d5e0745e7" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip", - "hash": "eb0c4f85c2c23711ff98baf952fc39a62977173b8eea97736ce3f68b788478f7", - "extract_dir": "zstd-v1.4.9-win32" + "hash": "9ba7e4126cf614719442c81b1de6498b6d20bf5cb0b866c6898cab7fdfa738c5" } }, "bin": "zstd.exe", @@ -22,12 +20,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip", - "extract_dir": "zstd-v$version-win64" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip", - "extract_dir": "zstd-v$version-win32" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip" } } }