2023-06-25 20:26:05 +00:00

29 lines
1.1 KiB
JSON

{
"version": "0.9.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.9.3/bottom_x86_64-pc-windows-msvc.zip",
"hash": "978270f6e470eecb05bb2c11884fe58ef9746cd5359251bbe1b5ba90f1f5b33f"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.9.3/bottom_i686-pc-windows-msvc.zip",
"hash": "9dfb3c7043f62c97dd676d3dc319e2c795d378e9d051ffec12526a727f44940b"
}
},
"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"
}
}
}
}