2025-12-25 20:29:26 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.12.1",
"description": "Graphical process/system monitor",
"homepage": "https://clementtsang.github.io/bottom/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.12.1/bottom_x86_64-pc-windows-msvc.zip",
"hash": "6fecdbc3a48207a0f774d87c99f746d7610207c1bfeb663a2ba2aae49d5deec9"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.12.1/bottom_i686-pc-windows-msvc.zip",
"hash": "2aca56ad6c1887f291f7450510071f602a497e5361f4b8712d4bf803dc5a9502"
}
},
"bin": "btm.exe",
"checkver": {
"github": "https://github.com/ClementTsang/bottom"
},
"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"
}
}
}
}