2020-07-06 08:52:36 +02:00

29 lines
1.1 KiB
JSON

{
"version": "0.4.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.4.4/bottom_x86_64-pc-windows-msvc.zip",
"hash": "e966805afa548422ab26ae100b9da1af0dd24ada5a81488a8d8459b367312988"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.4.4/bottom_i686-pc-windows-msvc.zip",
"hash": "664bd0ff68ae32534f5752a804c9bc7d5632db7483d1fea0f8e78d3f83cbe911"
}
},
"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"
}
}
}
}