2020-12-18 14:48:59 +01:00

29 lines
1.1 KiB
JSON

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