mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "0.30.4",
|
|
"description": "Kubernetes Clusters manager",
|
|
"homepage": "https://github.com/derailed/k9s",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.30.4/k9s_Windows_amd64.zip",
|
|
"hash": "ff3b593b7c19ed71fb98a808765a43cfb0f7a5db294de73c3655c33c69006829"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.30.4/k9s_Windows_arm64.zip",
|
|
"hash": "38940d4c6c3cc1f9f6cd572c3259e440180e203d4fe720fa8672aaa9a8bc9f6e"
|
|
}
|
|
},
|
|
"bin": "k9s.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.sha256",
|
|
"regex": "$sha256 $basename\\n"
|
|
}
|
|
}
|
|
}
|