mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
27 lines
874 B
JSON
27 lines
874 B
JSON
{
|
|
"version": "1.23.0",
|
|
"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.23.0/istioctl-1.23.0-win.zip",
|
|
"hash": "1608c9996167e7e9ea7d3e89dc1cb95b10bd0c4cdb8c31f66c6951c55844e87c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|