mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
||
"version": "0.190.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.190.0/eksctl_Windows_amd64.zip",
|
||
"hash": "fecfd0b3e2718b4fe2acaf86f51a19aabbf3674f61778ff242e12fc24f0e21d4"
|
||
},
|
||
"arm64": {
|
||
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.190.0/eksctl_Windows_arm64.zip",
|
||
"hash": "d278a3e0dc2eabece4cb5e47402a7ecc90980e2af78abec5b0785da6b3bd4f44"
|
||
}
|
||
},
|
||
"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"
|
||
}
|
||
}
|
||
}
|