mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01: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.7",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.3.7/zstd-v1.3.7-win64.zip",
|
|
"hash": "3afd5ac8149caed75a4fa218816977377f2cc476142d8b93b2d472640a86aac7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.3.7/zstd-v1.3.7-win32.zip",
|
|
"hash": "90ace8a1f2e59b0aa45726063c0ea224012038d6b403b7e9171ac8a7c344a995"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|