2023-01-22 08:32:15 +00:00

29 lines
1.1 KiB
JSON

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