mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.9.2",
|
|
"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.2/bottom_x86_64-pc-windows-msvc.zip",
|
|
"hash": "896dca44ddf4dcfaa9f73fd592066a331bafaa1d0822cc850521bb9cf76bdd43"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ClementTsang/bottom/releases/download/0.9.2/bottom_i686-pc-windows-msvc.zip",
|
|
"hash": "5fecbf2e668285bed0e23b69d20c268debe41002c177e54a34959027e87fe92b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|