2022-02-01 00:32:10 +00:00

29 lines
1.1 KiB
JSON

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