mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.5.1",
|
|
"description": "High compression ratios compression algorithm",
|
|
"homepage": "https://facebook.github.io/zstd/",
|
|
"license": "BSD-3-Clause",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"bin": "zstd.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/facebook/zstd"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"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",
|
|
"extract_dir": "zstd-v$version-win32"
|
|
}
|
|
}
|
|
}
|
|
}
|