2025-12-27 20:29:31 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.12.2",
"description": "Graphical process/system monitor",
"homepage": "https://clementtsang.github.io/bottom/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.12.2/bottom_x86_64-pc-windows-msvc.zip",
"hash": "8742a93536d364fceed9972e1b19ba3a80fe2e6946a69cf8e4839db71792573d"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.12.2/bottom_i686-pc-windows-msvc.zip",
"hash": "07f1c1d27824496998ae26daefb01adb4828fd58eeb3f3cf26cf1584cd12ef56"
}
},
"bin": "btm.exe",
"checkver": {
"github": "https://github.com/ClementTsang/bottom"
},
"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"
}
}
}
}