Y.D.X aaa273502b
bottom: Update homepage url (#5335)
* bottom@0.9.6: Update homepage

Resolves #5334

* bottom@0.9.6: Update checkver as the homepage changed
2023-12-08 22:03:17 +08:00

31 lines
1.1 KiB
JSON

{
"version": "0.9.6",
"description": "Graphical process/system monitor",
"homepage": "https://clementtsang.github.io/bottom/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_x86_64-pc-windows-msvc.zip",
"hash": "c5ba8491019be1679ab662bc8b70a54e35d5848780a9c3c6de3a2912ec88a11b"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_i686-pc-windows-msvc.zip",
"hash": "14da708f289513f5301d764d9bf7642d107458c0fb057e80413975883fb177b8"
}
},
"bin": "btm.exe",
"checkver": {
"github": "https://github.com/ClementTsang/bottom"
},
"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"
}
}
}
}