2020-10-11 13:23:27 +02:00

24 lines
746 B
JSON

{
"version": "0.23.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-bin/releases/download/0.23.1/fzf-0.23.1-windows_amd64.zip",
"hash": "87f4d87c8065cac1ecc81bb8cee5dffd18f00d07d132f0eb15a4dc0034350bdf"
}
},
"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"
}
}
}
}