mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.3.2",
|
|
"description": "Wraps kubectl with colorful output",
|
|
"homepage": "https://github.com/kubecolor/kubecolor",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"kubectl": "kubectl"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v0.3.2/kubecolor_0.3.2_windows_amd64.zip",
|
|
"hash": "a30daeaa8e2084763ea55c43799885362aa1158f5a26e7e954c3cd69fe35f057"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v0.3.2/kubecolor_0.3.2_windows_arm64.zip",
|
|
"hash": "771542b3425cd56b6a376017a3d8168052cbaf21b3b7b0eb1760a3160bb3e943"
|
|
}
|
|
},
|
|
"bin": "kubecolor.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/kubecolor/kubecolor"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v$version/kubecolor_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v$version/kubecolor_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|