mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-24 20:34:43 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
||
"version": "0.223.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.223.0/eksctl_Windows_amd64.zip",
|
||
"hash": "f42aed39acaa018792644a7d5d18c02d7a413e1c3a9a85a917dffb72128df2e7"
|
||
},
|
||
"arm64": {
|
||
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.223.0/eksctl_Windows_arm64.zip",
|
||
"hash": "fe646169ba32ae2b7c358016055ad2cdfb7d0ccda1051763ca14fc9b70f4f039"
|
||
}
|
||
},
|
||
"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"
|
||
}
|
||
}
|
||
}
|