2021-01-31 11:07:51 +01:00

29 lines
1.1 KiB
JSON

{
"version": "0.5.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.5.7/bottom_x86_64-pc-windows-msvc.zip",
"hash": "945fd6cf2d5b3b9ad90f9b98356df00c9a931c31e07bec697742fa7f24e4eb17"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.5.7/bottom_i686-pc-windows-msvc.zip",
"hash": "59b3fe8c88bf53135a544e657b0b04bb07bfb88a5cf3a0d1c59c071fe979c92b"
}
},
"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"
}
}
}
}