2024-05-06 08:28:45 +00:00

33 lines
1.3 KiB
JSON

{
"version": "10.0.0",
"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/v10.0.0/fd-v10.0.0-x86_64-pc-windows-msvc.zip",
"hash": "c9be46e2a457b19686d9bcb0f732a6ef7d72d44019c2a8b419aeb2b3e4afb921",
"extract_dir": "fd-v10.0.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v10.0.0/fd-v10.0.0-i686-pc-windows-msvc.zip",
"hash": "b590d372463ef4c6079183fe54c3828ef69ede3fe44cf9ea41811c3215058373",
"extract_dir": "fd-v10.0.0-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"
}
}
}
}