2020-03-12 05:01:53 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/junegunn/fzf",
"description": "A general-purpose command-line fuzzy finder.",
"version": "0.21.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.0/fzf-0.21.0-windows_amd64.zip",
"hash": "6559a573f21d5f8782d996320cacf0cf5c1e1038ecfc254972c71dfa935a6a85"
},
"32bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.0/fzf-0.21.0-windows_386.zip",
"hash": "373eec79907cbb91226cffbc0765974356ed59595ff1a32bd1a5aaf508677e98"
}
},
"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"
},
"32bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_386.zip"
}
}
}
}