2017-07-21 10:00:19 +00:00

30 lines
1.0 KiB
JSON

{
"homepage": "https://github.com/junegunn/fzf",
"version": "0.16.10",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.16.10/fzf-0.16.10-windows_amd64.zip",
"hash": "4ec6792492b977feff256274257b9e255f8ab3043bc2001e13862a9b7acb90a9"
},
"32bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.16.10/fzf-0.16.10-windows_386.zip",
"hash": "9b795fa47a3b69a9474e2674f38787e169f755f0590554b62d54101f70a534eb"
}
},
"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"
}
}
}
}