Update fzf to version 0.16.6

This commit is contained in:
Richard Kuhnt 2017-04-30 04:01:36 +02:00
parent d1c9419a11
commit f23299fb1f

View File

@ -1,25 +1,25 @@
{ {
"homepage": "https://github.com/junegunn/fzf", "homepage": "https://github.com/junegunn/fzf",
"version": "0.16.5", "version": "0.16.6",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.16.5/fzf-0.16.5-windows_amd64.zip", "url": "https://github.com/junegunn/fzf-bin/releases/download/0.16.6/fzf-0.16.6-windows_amd64.zip",
"hash": "bf0b47c2a69ca86da552dbd5d483b567ee6b3b5b9b683268e3b4485a4884e914" "hash": "1c4335db5e86c203129ea2df318c66f91c8745bf53e7439799faf6159e81b0e7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.16.5/fzf-0.16.5-windows_386.zip", "url": "https://github.com/junegunn/fzf-bin/releases/download/0.16.6/fzf-0.16.6-windows_386.zip",
"hash": "a4d5442a30b8a7af41f86377cb6da01ab07a1c2571c18cb75a46c84342eadf71" "hash": "406d81364a070b39823c9d4af70e01ea2e43ef8b979e2c6d5e894acb52216247"
} }
}, },
"bin": "fzf.exe", "bin": "fzf.exe",
"checkver": { "checkver": {
"github": "https://github.com/junegunn/fzf-bin" "github": "https://github.com/junegunn/fzf-bin"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_amd64.zip" "url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_amd64.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_386.zip" "url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_386.zip"