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.2",
|
|
"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.2/bottom_x86_64-pc-windows-msvc.zip",
|
|
"hash": "8742a93536d364fceed9972e1b19ba3a80fe2e6946a69cf8e4839db71792573d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ClementTsang/bottom/releases/download/0.12.2/bottom_i686-pc-windows-msvc.zip",
|
|
"hash": "07f1c1d27824496998ae26daefb01adb4828fd58eeb3f3cf26cf1584cd12ef56"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|