ScoopInstaller_Main/bucket/kubetail.json
Andres Morey 5c9682a35e
kubetail: Add version 0.9.0 (#6809)
Signed-off-by: Andres Morey <andresmarcel@gmail.com>
Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
2025-10-11 20:46:48 +08:00

40 lines
1.7 KiB
JSON

{
"version": "0.9.0",
"description": "Real-time logging dashboard for Kubernetes",
"homepage": "https://github.com/kubetail-org/kubetail",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.9.0/kubetail-windows-amd64#/kubetail.exe",
"hash": "6c5eb4db5ca7502ea6f42d3e95734d4c1dd1a44ba29b956b9271e375c2561254"
},
"arm64": {
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.9.0/kubetail-windows-arm64#/kubetail.exe",
"hash": "e48a1cc5c48c57c1512006712ad8dccd0e94f9d63379d663be190daeac97001e"
}
},
"bin": "kubetail.exe",
"checkver": {
"github": "https://github.com/kubetail-org/kubetail",
"regex": "cli/v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-amd64#/kubetail.exe",
"hash": {
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-amd64.sha256",
"regex": "([A-Fa-f0-9]{64})"
}
},
"arm64": {
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-arm64#/kubetail.exe",
"hash": {
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-arm64.sha256",
"regex": "([A-Fa-f0-9]{64})"
}
}
}
}
}