mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 03:51:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
||
"version": "0.162.0",
|
||
"description": "A simple CLI tool for creating clusters on EKS - Amazon’s new managed Kubernetes service for EC2.",
|
||
"homepage": "https://eksctl.io",
|
||
"license": "Apache-2.0",
|
||
"architecture": {
|
||
"64bit": {
|
||
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.162.0/eksctl_Windows_amd64.zip",
|
||
"hash": "1c067b34d5d2328a930d3eaed1b2ba9f8b360b93cb52135faf6babf6a8d2f599"
|
||
},
|
||
"arm64": {
|
||
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.162.0/eksctl_Windows_arm64.zip",
|
||
"hash": "7140fd294f769e7b2a3251d1cd002d98af894979594bd5a3518aa1cb5c22c14b"
|
||
}
|
||
},
|
||
"bin": "eksctl.exe",
|
||
"checkver": {
|
||
"github": "https://github.com/weaveworks/eksctl"
|
||
},
|
||
"autoupdate": {
|
||
"architecture": {
|
||
"64bit": {
|
||
"url": "https://github.com/weaveworks/eksctl/releases/download/v$version/eksctl_Windows_amd64.zip"
|
||
},
|
||
"arm64": {
|
||
"url": "https://github.com/weaveworks/eksctl/releases/download/v$version/eksctl_Windows_arm64.zip"
|
||
}
|
||
},
|
||
"hash": {
|
||
"url": "$baseurl/eksctl_checksums.txt"
|
||
}
|
||
}
|
||
}
|