mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.6.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.6.3/bottom_x86_64-pc-windows-msvc.zip",
|
|
"hash": "46a9c517521e48b3af13bc9a7033e7603252569daeb1b1b36c7ae35a82c936b5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ClementTsang/bottom/releases/download/0.6.3/bottom_i686-pc-windows-msvc.zip",
|
|
"hash": "87b0b94a67192c006eed347c58dd3951f940ffb239e1576eb733669a2fcdfdef"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|