ScoopInstaller_Main/bucket/aks-engine.json
2023-01-14 00:33:21 +00:00

24 lines
862 B
JSON

{
"version": "0.75.0",
"description": "Self-managed Kubernetes cluster provisioning on Azure",
"homepage": "https://github.com/Azure/aks-engine",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/aks-engine/releases/download/v0.75.0/aks-engine-v0.75.0-windows-amd64.zip",
"hash": "f4a4afcafeb543bfc7875de43345d3d8a72e3fc4352e9c0b57ee29a8a7b3d7aa",
"extract_dir": "aks-engine-v0.75.0-windows-amd64"
}
},
"bin": "aks-engine.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/aks-engine/releases/download/v$version/aks-engine-v$version-windows-amd64.zip",
"extract_dir": "aks-engine-v$version-windows-amd64"
}
}
}
}