mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.9.6",
|
|
"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.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",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|