ScoopInstaller_Main/bucket/aks-engine.json
2023-03-09 00:35:33 +00:00

24 lines
862 B
JSON

{
"version": "0.77.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.77.0/aks-engine-v0.77.0-windows-amd64.zip",
"hash": "33ca293781a117a0c67c4727300ffd9636b1011dd6a7e9fba57e7d4d3d4c3cdd",
"extract_dir": "aks-engine-v0.77.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"
}
}
}
}