diff --git a/bucket/zstd.json b/bucket/zstd.json index 8149518483..13d949968a 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -1,18 +1,16 @@ { - "homepage": "http://www.zstd.net/", + "homepage": "https://facebook.github.io/zstd/", "license": "BSD-3-Clause", - "description": "Zstandard is a real-time compression algorithm, providing high compression ratios.", + "description": "High compression ratios compression algorithm", "version": "1.4.4", "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-v1.4.4-win64.zip", - "hash": "bb1591db8376fb5360640088e0cc9920c6da9cd0f5fd4e9229316261808c1581", - "extract_dir": "zstd-v1.4.4-win64" + "hash": "bb1591db8376fb5360640088e0cc9920c6da9cd0f5fd4e9229316261808c1581" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-v1.4.4-win32.zip", - "hash": "60d4cd6510e7253d33f47a68554a003b50dba05d1db89e16ef32bc26b126b92c", - "extract_dir": "zstd-v1.4.4-win32" + "hash": "60d4cd6510e7253d33f47a68554a003b50dba05d1db89e16ef32bc26b126b92c" } }, "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" } } }