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