mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "1.4.9",
|
|
"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.4.9/zstd-v1.4.9-win64.zip",
|
|
"hash": "51bf3ebaf46d9de643521d6514fa5b0bdfef049c487d5e76e3b5bc8662785e54",
|
|
"pre_install": "Expand-7zipArchive \"$dir\\zstd*win64\" -Removal"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip",
|
|
"hash": "eb0c4f85c2c23711ff98baf952fc39a62977173b8eea97736ce3f68b788478f7",
|
|
"extract_dir": "zstd-v1.4.9-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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip",
|
|
"extract_dir": "zstd-v$version-win32"
|
|
}
|
|
}
|
|
}
|
|
}
|