2021-05-22 05:01:46 +00:00

22 lines
683 B
JSON

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