mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "8.5.2",
|
|
"description": "A simple, fast and user-friendly alternative to 'find'.",
|
|
"homepage": "https://github.com/sharkdp/fd",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v8.5.2/fd-v8.5.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "0ec4c16b419da2da32b4b012da2ff6367bd0b7594ba574c40d701f86e6168682",
|
|
"extract_dir": "fd-v8.5.2-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v8.5.2/fd-v8.5.2-i686-pc-windows-msvc.zip",
|
|
"hash": "00cf613b9ac7256070137a60e0668b102988ee8764c334c1ad386a2076a7762f",
|
|
"extract_dir": "fd-v8.5.2-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "fd.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "fd-v$version-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "fd-v$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|