ScoopInstaller_Main/bucket/istioctl.json
2023-01-31 00:34:52 +00:00

27 lines
874 B
JSON

{
"version": "1.16.2",
"description": "Configuration command line utility for service operators to debug and diagnose their Istio mesh.",
"homepage": "https://istio.io/latest/docs/reference/commands/istioctl/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/istio/istio/releases/download/1.16.2/istioctl-1.16.2-win.zip",
"hash": "0524bbe4bcb025785866bd2a114f77de8fad0b75264d8b3fc77923e74cf0ab1c"
}
},
"bin": "istioctl.exe",
"checkver": {
"github": "https://github.com/istio/istio"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/istio/istio/releases/download/$version/istioctl-$version-win.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}