zstd: Remove extract_dir (#585)

- Closes #553
This commit is contained in:
Jakub Čábera 2019-11-19 04:50:21 +01:00 committed by Hsiao-nan Cheung
parent 63d2a5cf4f
commit d2daceb030

View File

@ -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"
}
}
}