2020-04-17 09:06:06 +02: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": "8.0.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v8.0.0/fd-v8.0.0-x86_64-pc-windows-msvc.zip",
"hash": "3bdf273c8a7e3b93c181fd475e0ba39018ac229414af6fdab16b17803db1b3b0"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v8.0.0/fd-v8.0.0-i686-pc-windows-msvc.zip",
"hash": "0c93ff40583bc36bc58ee99e7ee0a4226ca6e220ae312385751f843827ab89de"
}
},
"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"
}
}
}
}