2020-11-26 07:57:42 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.5.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.5.2/bottom_x86_64-pc-windows-msvc.zip",
"hash": "8436ac133ac36c0b5743d97f1c2f8d4ff7d525f592e64f3e1e3ad93c9802b67c"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.5.2/bottom_i686-pc-windows-msvc.zip",
"hash": "17d40d857eab23434fdf022a0c07ec43f841b25105fb81d0a55f7f2e6b7d040f"
}
},
"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"
}
}
}
}