mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 11:04:49 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.12.0",
|
|
"description": "Graphical process/system monitor",
|
|
"homepage": "https://clementtsang.github.io/bottom/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ClementTsang/bottom/releases/download/0.12.0/bottom_x86_64-pc-windows-msvc.zip",
|
|
"hash": "02cee7abdd51217dd6b3678f96e019aba6003e49765bebff41ea0325e1f8db15"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ClementTsang/bottom/releases/download/0.12.0/bottom_i686-pc-windows-msvc.zip",
|
|
"hash": "a69207a39ff8581a5c3be869909fb3e2e09f2b1e44fd3c4aed302a74ce516ad7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|