2020-05-06 11:06:25 +02:00

31 lines
1.2 KiB
JSON

{
"version": "0.4.1",
"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.1/bottom_x86_64-pc-windows-msvc.zip",
"hash": "106df408faacd8af214500b5fbf2042133d3d4cda0093144a643c7016807a467",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_i686-pc-windows-msvc.zip",
"hash": "76e8507780739dc7fa90474ee6cc2bbd1db078892bb89a796dcecca6298a5403",
"extract_dir": "target\\i686-pc-windows-msvc\\release"
}
},
"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"
}
}
}
}