ScoopInstaller_Main/bucket/kubetail.json
2025-11-13 12:31:58 +00:00

40 lines
1.7 KiB
JSON

{
"version": "0.10.1",
"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.10.1/kubetail-windows-amd64#/kubetail.exe",
"hash": "91f969fcbfcf6666660cfb710e62c52c7f662af36fde376fe279cb2ad3c4d8e3"
},
"arm64": {
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.10.1/kubetail-windows-arm64#/kubetail.exe",
"hash": "38fae7697a9e42ca761cf9fe878219bef369f3de7f597afbee53d5cd3c8e83cd"
}
},
"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})"
}
}
}
}
}