2021-11-27 11:44:42 +05:30

33 lines
1.3 KiB
JSON

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