2020-07-18 20:29:07 +02:00

31 lines
1.1 KiB
JSON

{
"version": "0.5.8",
"description": "Simplistic interactive filtering tool",
"homepage": "https://github.com/peco/peco/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/peco/peco/releases/download/v0.5.8/peco_windows_amd64.zip",
"hash": "2c574fda20ceb229df82276fb3445977b30a8a902fc21c5549d0bd43f0b255d5",
"extract_dir": "peco_windows_amd64"
},
"32bit": {
"url": "https://github.com/peco/peco/releases/download/v0.5.8/peco_windows_386.zip",
"hash": "4a1c7b8ba3d5a4093fbe257949eceaa651d360a9db2e5d3ef3b1a4ab22bb4324",
"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"
}
}
}
}