mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +00:00
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"version": "0.11.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.11.1/kubetail-windows-amd64#/kubetail.exe",
|
|
"hash": "1c77491fc4890116f5f2bfebfe8c49699207d92aa3dfc3f0b6b97ddf0856323e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.11.1/kubetail-windows-arm64#/kubetail.exe",
|
|
"hash": "7f8845c2f5e6d2ba328b2b74f7249e1fb3dfb119388a1129d326b0cc84a6c8e2"
|
|
}
|
|
},
|
|
"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})"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|