ScoopInstaller_Main/bucket/aks-engine.json
2023-01-25 00:34:45 +00:00

24 lines
862 B
JSON

{
"version": "0.75.2",
"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.2/aks-engine-v0.75.2-windows-amd64.zip",
"hash": "9d124cf9bc5c422393d75dc67ecfbd3bb6919a0c538de16e71b4e0b8467b380a",
"extract_dir": "aks-engine-v0.75.2-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"
}
}
}
}