mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 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.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.4.0/zstd-v1.4.0-win64.zip",
|
|
"hash": "47e9366aaaae59dd44a3ff386998817b6680ebd278ce93b0c8b46f05361a06da"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.4.0/zstd-v1.4.0-win32.zip",
|
|
"hash": "045c81e56e180c1d8c5be8315a345580a669110741ccfdfa4986e23836a4119c"
|
|
}
|
|
},
|
|
"bin": "zstd.exe",
|
|
"shortcuts": [
|
|
[
|
|
"zstd.exe",
|
|
"zstd"
|
|
]
|
|
],
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|