2020-01-07 01:01:41 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/peco/peco/",
"description": "Simplistic interactive filtering tool",
"version": "0.5.6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/peco/peco/releases/download/v0.5.6/peco_windows_amd64.zip",
"hash": "589b2a1bdf5b3bac432c9fd1d2057876531337784fae760ee8aaa56f210b64ad",
"extract_dir": "peco_windows_amd64"
},
"32bit": {
"url": "https://github.com/peco/peco/releases/download/v0.5.6/peco_windows_386.zip",
"hash": "e715effcca83abffbf3038366e12c59a3b45f86b90e11bb33fa7222d3b217ac9",
"extract_dir": "peco_windows_386"
}
},
"bin": "peco.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/peco/peco/releases/download/v$version/peco_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/peco/peco/releases/download/v$version/peco_windows_386.zip"
}
}
}
}