forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaks-engine.json
23 lines (23 loc) · 862 Bytes
/
aks-engine.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "0.70.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.70.0/aks-engine-v0.70.0-windows-amd64.zip",
"hash": "60152abdb788917cd8af9288852679b1a0a5da96477251b3cf7952cd8eb93b91",
"extract_dir": "aks-engine-v0.70.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"
}
}
}
}