mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.5.7",
|
|
"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.7/zstd-v1.5.7-win64.zip",
|
|
"hash": "f5d69e0fa1013d7e5014b3f55b55282fcf5ac76b2be8b89601ba039eedad4688",
|
|
"extract_dir": "zstd-v1.5.7-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-v1.5.7-win32.zip",
|
|
"hash": "9bc4d51e83286f132c18def6399a3802a8c36260ea02b3dc595fbaa08e65a198",
|
|
"extract_dir": "zstd-v1.5.7-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"
|
|
}
|
|
}
|
|
}
|
|
}
|