2020-12-06 20:08:55 +01:00

29 lines
1.1 KiB
JSON

{
"version": "8.2.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/v8.2.0/fd-v8.2.0-x86_64-pc-windows-msvc.zip",
"hash": "0c9c3c37f2208a896b10248c51d976d7dcf2cd610803d44b27cc331406713fda"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v8.2.0/fd-v8.2.0-i686-pc-windows-msvc.zip",
"hash": "bcfdff792091c853630c71b43117641f7b85b4b22523135021fceb3d91d3d331"
}
},
"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"
}
}
}
}