2022-08-05 11:14:30 +05:30

29 lines
1.1 KiB
JSON

{
"version": "4.1.4",
"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.1.4/gotop_v4.1.4_windows_amd64.zip",
"hash": "500a35139a31bb6a3b0a534f76f37563f6ef036e62a01b6dd784bb5ee00c07a7"
},
"32bit": {
"url": "https://github.com/xxxserxxx/gotop/releases/download/v4.1.4/gotop_v4.1.4_windows_386.zip",
"hash": "44af65d1c1a13620da2c82c46a7f4509822923286f4742041deacc63cfbc23e3"
}
},
"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"
}
}
}
}