2020-07-09 09:10:56 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.4.5",
"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.5/bottom_x86_64-pc-windows-msvc.zip",
"hash": "bde0734ce2f42cd399516d62074a1f425c6607341b6957eadc3a7da43afb30db"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.4.5/bottom_i686-pc-windows-msvc.zip",
"hash": "be9f7e3d28638f78797b398fa74231e6a84da574ab8f1edc03443d176e56cf0e"
}
},
"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"
}
}
}
}