ScoopInstaller_Main/bucket/istioctl.json
2024-07-16 20:25:44 +00:00

27 lines
874 B
JSON

{
"version": "1.22.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.22.3/istioctl-1.22.3-win.zip",
"hash": "df21c1bab05e47abab4ef3f55913560b817a0de4b4388502902bfb2b8be33a67"
}
},
"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"
}
}
}