2021-05-12 01:03:26 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.6.1",
"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.1/bottom_x86_64-pc-windows-msvc.zip",
"hash": "a2f777ada8fb716960b540a1e72281217f3a69a463e192a2e233aae9dc19bc8f"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.6.1/bottom_i686-pc-windows-msvc.zip",
"hash": "8a05d1f5df7ad2a9e5c770cc5b22275fbe7e21d1ac2f8f57fa5643bb60eb91f6"
}
},
"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"
}
}
}
}