diff --git a/bucket/gotop.json b/bucket/gotop.json new file mode 100644 index 0000000000..5b8bc1e0d9 --- /dev/null +++ b/bucket/gotop.json @@ -0,0 +1,28 @@ +{ + "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" + } + } + } +}