2021-06-26 21:00:16 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.6.2",
"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.2/bottom_x86_64-pc-windows-msvc.zip",
"hash": "e459ff850dd27aa7110b55f209e0e4819b7d932cb8f1a7ccffadf03dc8f77ace"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.6.2/bottom_i686-pc-windows-msvc.zip",
"hash": "e69dd7d549376b6cdc3f7aa25b760733d44419e30e2fadeb7a7d5b11a6e33197"
}
},
"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"
}
}
}
}