mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"version": "0.10.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.10.0/kubetail-windows-amd64#/kubetail.exe",
|
|
"hash": "0afe1d38d52e0f5753ce1c75098f74d1a06f2ea9f3dfed074abf18a1cb381861"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.10.0/kubetail-windows-arm64#/kubetail.exe",
|
|
"hash": "554d0c9f66c1bd63863e115562e467cf359d667812f288d4647a62b8d9516d10"
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|