2021-09-12 21:01:47 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.6.4",
"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.4/bottom_x86_64-pc-windows-msvc.zip",
"hash": "3dbdca7d7676d9315890e8a9dbf12e3f862c433b23761ce343e0961e6c961393"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.6.4/bottom_i686-pc-windows-msvc.zip",
"hash": "000185353f8a6c12e3db8f72bb84607d913415f5e26d99f344b85c87469c6760"
}
},
"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"
}
}
}
}