mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.5.2",
|
|
"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.2/zstd-v1.5.2-win64.zip",
|
|
"hash": "68897cd037ee5e44c6d36b4dbbd04f1cc4202f9037415a3251951b953a257a09",
|
|
"extract_dir": "zstd-v1.5.2-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-v1.5.2-win32.zip",
|
|
"hash": "1d4ed9446a485cf2edf0323d3b5c139e7c4a52b16a664b380b967a51cc978cf4",
|
|
"extract_dir": "zstd-v1.5.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|