2022-11-22 00:33:28 +00:00

33 lines
1.3 KiB
JSON

{
"version": "8.5.3",
"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.3/fd-v8.5.3-x86_64-pc-windows-msvc.zip",
"hash": "461c182d897ea5821ea69a9e15d383497be3a9d4188f60a57e32be892544bfe3",
"extract_dir": "fd-v8.5.3-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v8.5.3/fd-v8.5.3-i686-pc-windows-msvc.zip",
"hash": "b3d269a4572675c0900f2cc52f3b2a7c95d36f32b2a4e99ff0481b73478c821f",
"extract_dir": "fd-v8.5.3-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"
}
}
}
}