mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.10.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.10.0/bottom_x86_64-pc-windows-msvc.zip",
|
|
"hash": "873e262ae040b509e751a8d561e588b6fef103caee047276f041f1d3c23e595a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ClementTsang/bottom/releases/download/0.10.0/bottom_i686-pc-windows-msvc.zip",
|
|
"hash": "fa447ecfd82c5b0869347e9bfba1d35d9597384901a3ff627bd0b4dbacb1d2f3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|