gotop: Add version 4.1.4 (#3806)

This commit is contained in:
sitiom 2022-08-05 13:44:30 +08:00 committed by GitHub
parent e0dfaf9a14
commit 98b32a51d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/gotop.json Normal file
View File

@ -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"
}
}
}
}