2022-08-02 16:30:58 +00:00

22 lines
683 B
JSON

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