mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 05:35:15 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.5.3",
|
|
"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.5.3/kubecolor_0.5.3_windows_amd64.zip",
|
|
"hash": "1a516692dffb81f9c6068217b82f1efe1f13202ab2b5308814f26628ca27b42b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v0.5.3/kubecolor_0.5.3_windows_arm64.zip",
|
|
"hash": "c72a823f9f5541129c818b64d0b3f64a4288c556923baa62f45a128baeb8b34b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|