2023-08-06 00:32:33 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.9.4",
"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.4/bottom_x86_64-pc-windows-msvc.zip",
"hash": "74a5340db21d7fbdab2308ce415d6a9cb88fe39fa16e913e919fcd97c42c9e33"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.9.4/bottom_i686-pc-windows-msvc.zip",
"hash": "472d61ad012319470ddc896a4412b1659052458a103b7ccff092ce4fc50ed4c9"
}
},
"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"
}
}
}
}