2021-12-23 00:32:05 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.6.6",
"description": "Graphical process/system monitor",
"homepage": "https://github.com/ClementTsang/bottom",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.6.6/bottom_x86_64-pc-windows-msvc.zip",
"hash": "e1724aeb9f39f64afac3edf3955a1031d3d6df560529f9023129a164c2f7cde7"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.6.6/bottom_i686-pc-windows-msvc.zip",
"hash": "4bfef643482aa818d686c9ea7dcb6dde82988219a9200e5c3fc7844c1ba7c13b"
}
},
"bin": "btm.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/$version/bottom_x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/$version/bottom_i686-pc-windows-msvc.zip"
}
}
}
}