2019-09-15 19:00:18 +00:00

29 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/sharkdp/fd",
"description": "A simple, fast and user-friendly alternative to 'find'.",
"license": "MIT",
"version": "7.4.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v7.4.0/fd-v7.4.0-x86_64-pc-windows-msvc.zip",
"hash": "ff34ce386045f490725daa682d6869631173c1a2927cf47fa847f3f14695db5c"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v7.4.0/fd-v7.4.0-i686-pc-windows-msvc.zip",
"hash": "b182d3265c87c1e48ec45dbeec9a6bce48191920bc88f8b0bb87f6df3490fe24"
}
},
"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"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-i686-pc-windows-msvc.zip"
}
}
}
}