2025-11-06 16:30:31 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.11.3",
"description": "Graphical process/system monitor",
"homepage": "https://clementtsang.github.io/bottom/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.11.3/bottom_x86_64-pc-windows-msvc.zip",
"hash": "c83ddaec1796b57e82ac9a036ef9908abfe9ef8d8ab170f7aca074be578e2e41"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.11.3/bottom_i686-pc-windows-msvc.zip",
"hash": "48f6e346dd4a3afa9b6dcb0a84261a26d305960d8b577916740d477e87a321de"
}
},
"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"
}
}
}
}