2018-06-10 02:00:22 +00:00

30 lines
1.0 KiB
JSON

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