mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://www.zstd.net/",
|
|
"license": "BSD-3-Clause",
|
|
"description": "Zstandard is a real-time compression algorithm, providing high compression ratios.",
|
|
"version": "1.4.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-v1.4.2-win64.zip",
|
|
"hash": "13e9fd7a979398a4109fedbd6dc2f25dd0f2b0fb42b9fc957ad7b837c815949d",
|
|
"extract_dir": "zstd-v1.4.2-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-v1.4.2-win32.zip",
|
|
"hash": "430f21b1a4e006f3bfb2e97efa94deb03aadcda8c38b5f9832a0d069e4cad19e",
|
|
"extract_dir": "zstd-v1.4.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"
|
|
}
|
|
}
|
|
}
|
|
}
|