ScoopInstaller_Main/bucket/kubecolor.json
2024-04-15 17:08:11 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.3.0",
"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.0/kubecolor_0.3.0_windows_amd64.zip",
"hash": "d2ea56b4f0ab91de7d012c2a0d3accb5619bd949ba9b2dca9e459d96a40fd0ac"
},
"arm64": {
"url": "https://github.com/kubecolor/kubecolor/releases/download/v0.3.0/kubecolor_0.3.0_windows_arm64.zip",
"hash": "28757665333e5eaa03d6f28d675352ecd5cd0df83e19bfa1f704182b63c0508c"
}
},
"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"
}
}
}