mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +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.3.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.3.5/zstd-v1.3.5-win64.zip",
|
|
"hash": "5dabee0ab14a92d73226cf8cb90d09a17b96b77542dffd173bdeeb3c3a3bab4a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.3.5/zstd-v1.3.5-win32.zip",
|
|
"hash": "836591dd15d78b22bd29ab0146c2291dbe27772941d56caac258ce0c36ae7070"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|