ScoopInstaller_Main/bucket/istioctl.json
2023-06-06 20:24:11 +00:00

27 lines
874 B
JSON

{
"version": "1.17.3",
"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.17.3/istioctl-1.17.3-win.zip",
"hash": "f7a2d69eb0d771098dc8a828314f9aef9b3f014c949cea4b707c02cdd67eb88d"
}
},
"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"
}
}
}