zstd: Remove extract_dir

Closes #3115
This commit is contained in:
Rashil Gandhi 2021-12-21 19:28:43 +05:30 committed by GitHub
parent 351ab03c49
commit c91e4a7ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,11 @@
"architecture": {
"64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-v1.5.1-win64.zip",
"hash": "9bc19ea3c1997d755103019d4790a9e7a9c55f0a572381f81832dc75773d08de",
"extract_dir": "zstd-v1.5.1-win64"
"hash": "9bc19ea3c1997d755103019d4790a9e7a9c55f0a572381f81832dc75773d08de"
},
"32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-v1.5.1-win32.zip",
"hash": "df2f37e841b2da9e7b79c53488cef0cada5317d43f815430ca277201b7f2ec42",
"extract_dir": "zstd-v1.5.1-win32"
"hash": "df2f37e841b2da9e7b79c53488cef0cada5317d43f815430ca277201b7f2ec42"
}
},
"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"
}
}
}