2021-03-13 07:00:23 +00:00

22 lines
683 B
JSON

{
"version": "0.26.0",
"description": "A general-purpose command-line fuzzy finder",
"homepage": "https://github.com/junegunn/fzf",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/junegunn/fzf/releases/download/0.26.0/fzf-0.26.0-windows_amd64.zip",
"hash": "d1831811ab728f33b8bdf58ff9f1b1af169b643f2b67bd52d200c76c8bb85252"
}
},
"bin": "fzf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_amd64.zip"
}
}
}
}