2023-05-10 16:29:55 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.9.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.9.0/bottom_x86_64-pc-windows-msvc.zip",
"hash": "ca3de5e7e58dffb7cd71a58a8b938e79b70e41b72523357f45e36b8d3b8260fc"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.9.0/bottom_i686-pc-windows-msvc.zip",
"hash": "f1b93975c470368a30df4e950387cae0bd25e6cb21e8776ea3479842175cdb8a"
}
},
"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"
}
}
}
}