2022-09-28 16:31:19 +00:00

22 lines
683 B
JSON

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