peco: Update to version 0.5.6

This commit is contained in:
Richard Kuhnt 2020-01-07 01:01:41 +00:00
parent a3931b10e6
commit a1d5da289b

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/peco/peco/", "homepage": "https://github.com/peco/peco/",
"description": "Simplistic interactive filtering tool", "description": "Simplistic interactive filtering tool",
"version": "0.5.4", "version": "0.5.6",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/peco/peco/releases/download/v0.5.4/peco_windows_amd64.zip", "url": "https://github.com/peco/peco/releases/download/v0.5.6/peco_windows_amd64.zip",
"hash": "c7e628981e20360cc96bb986e98d049f3e494d37fb93c0257987aa27ced8bde7", "hash": "589b2a1bdf5b3bac432c9fd1d2057876531337784fae760ee8aaa56f210b64ad",
"extract_dir": "peco_windows_amd64" "extract_dir": "peco_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/peco/peco/releases/download/v0.5.4/peco_windows_386.zip", "url": "https://github.com/peco/peco/releases/download/v0.5.6/peco_windows_386.zip",
"hash": "0e92d9216773f03bcdf46a55c77eb2fa16399ece670096d40360a806c77e244e", "hash": "e715effcca83abffbf3038366e12c59a3b45f86b90e11bb33fa7222d3b217ac9",
"extract_dir": "peco_windows_386" "extract_dir": "peco_windows_386"
} }
}, },