peco: Update to version 0.5.8

This commit is contained in:
Jakub Čábera 2020-07-18 20:29:07 +02:00
parent 2ba6500376
commit e888e01dab

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/peco/peco/", "version": "0.5.8",
"description": "Simplistic interactive filtering tool", "description": "Simplistic interactive filtering tool",
"version": "0.5.7", "homepage": "https://github.com/peco/peco/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/peco/peco/releases/download/v0.5.7/peco_windows_amd64.zip", "url": "https://github.com/peco/peco/releases/download/v0.5.8/peco_windows_amd64.zip",
"hash": "e4c4b3f2f085f20ae30f0577b0fe72716c05ec598d3311c0b9b7fecde1a67d2d", "hash": "2c574fda20ceb229df82276fb3445977b30a8a902fc21c5549d0bd43f0b255d5",
"extract_dir": "peco_windows_amd64" "extract_dir": "peco_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/peco/peco/releases/download/v0.5.7/peco_windows_386.zip", "url": "https://github.com/peco/peco/releases/download/v0.5.8/peco_windows_386.zip",
"hash": "041995967933642af131088befec20c36faa771faae26941e3dd998ca5a7a4c3", "hash": "4a1c7b8ba3d5a4093fbe257949eceaa651d360a9db2e5d3ef3b1a4ab22bb4324",
"extract_dir": "peco_windows_386" "extract_dir": "peco_windows_386"
} }
}, },