mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.9.1",
|
|
"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.1/bottom_x86_64-pc-windows-msvc.zip",
|
|
"hash": "b7c731578b17d8531ce84e90047c6794cb7e83ea4cbb245919381c78975c9542"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_i686-pc-windows-msvc.zip",
|
|
"hash": "6d4249ff7459997165449ff15ff0fee1e43fc6a1923bfd4b56649aa88324e4c0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|