mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.12.3",
|
|
"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.3/bottom_x86_64-pc-windows-msvc.zip",
|
|
"hash": "567879fd7210f8a692cd2657b41eda43c7713bef74dd025b240247accdda14fb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom_i686-pc-windows-msvc.zip",
|
|
"hash": "08cc5d92bf1a6ff41b7d67c3c31405822386b0bc97699a2058c2d549e13b3b37"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|