2020-08-26 08:58:17 +02:00

29 lines
1.1 KiB
JSON

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