2019-11-15 17:00:16 +00:00

31 lines
1.1 KiB
JSON

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