2020-08-27 08:26:34 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.4.7",
"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.7/bottom_x86_64-pc-windows-msvc.zip",
"hash": "42358b04464e2fcec4a35c5fd6a9a22ade13871a21e235dc3c2beef001a3dda1"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.4.7/bottom_i686-pc-windows-msvc.zip",
"hash": "8b107e2e878a28745ec35bb89234f4a7c4fd6553f9173f39bc44461d6f206e55"
}
},
"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"
}
}
}
}