mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
||
"version": "0.161.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.161.0/eksctl_Windows_amd64.zip",
|
||
"hash": "e2be5f2ae69ca7b4536904a35225f34cb758daf84e59498c1745f9c1e51cf704"
|
||
},
|
||
"arm64": {
|
||
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.161.0/eksctl_Windows_arm64.zip",
|
||
"hash": "a6d7e1a9fdade882483eee8feee0c4ad4293551779930999bcf2a5baee12bbd4"
|
||
}
|
||
},
|
||
"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"
|
||
}
|
||
}
|
||
}
|