mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "4.2.0",
|
|
"description": "A terminal based graphical activity monitor inspired by gtop and vtop",
|
|
"homepage": "https://github.com/xxxserxxx/gotop",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_windows_amd64.zip",
|
|
"hash": "2d8a1462aeead9a8a05a76948b8b0085e7d1f133cd2e44fd63dc188d3b4b3c70"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_windows_386.zip",
|
|
"hash": "9babb8135c5a84f0a4c21ee2e559404c12dbf36172823412191c97fb53e74d29"
|
|
}
|
|
},
|
|
"bin": "gotop.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xxxserxxx/gotop/releases/download/v$version/gotop_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xxxserxxx/gotop/releases/download/v$version/gotop_v$version_windows_386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|