2022-07-21 20:28:48 +00:00

22 lines
683 B
JSON

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