mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
||
"version": "0.175.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.175.0/eksctl_Windows_amd64.zip",
|
||
"hash": "ce2ec4d15717dd391b0d32962673bbf9d2ce1b8e805a7e679e8559422e196d48"
|
||
},
|
||
"arm64": {
|
||
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.175.0/eksctl_Windows_arm64.zip",
|
||
"hash": "ecd406d181a33e726e1d5c7c50a02a7b83a29e77fb7478db75f27939bd72e12b"
|
||
}
|
||
},
|
||
"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"
|
||
}
|
||
}
|
||
}
|