2020-11-09 16:26:08 +01:00

22 lines
683 B
JSON

{
"version": "0.24.3",
"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.24.3/fzf-0.24.3-windows_amd64.zip",
"hash": "bca2c2d5936bc6e4a2204120e1af86552a0ccf0c59da5d6a364d590b9db8b219"
}
},
"bin": "fzf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_amd64.zip"
}
}
}
}