2020-10-09 22:52:31 +02:00

24 lines
746 B
JSON

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