ctop: Add version 0.7.7 (#3518)

This commit is contained in:
Alex Stelmachonak 2022-04-21 09:51:28 -04:00 committed by GitHub
parent b2b5bd5d38
commit 48131b7464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/ctop.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "0.7.7",
"description": "Top-like interface for container metrics.",
"homepage": "https://github.com/bcicen/ctop",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-windows-amd64#/ctop.exe",
"hash": "77a980cbd716e63fc6b3ca9ec8c78d5e602c3d02e88d4a7613033dd4caeda5a7"
}
},
"bin": "ctop.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bcicen/ctop/releases/download/v$version/ctop-$version-windows-amd64#/ctop.exe",
"hash": {
"url": "$baseurl/sha256sums.txt"
}
}
}
}
}