2020-11-27 07:49:01 +01:00

29 lines
1.1 KiB
JSON

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