mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						||
    "version": "0.212.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.212.0/eksctl_Windows_amd64.zip",
 | 
						||
            "hash": "5aa7dba79cec68347d9b02ad00925ed225b16e2a99478c7f3321068bb4f27bd0"
 | 
						||
        },
 | 
						||
        "arm64": {
 | 
						||
            "url": "https://github.com/weaveworks/eksctl/releases/download/v0.212.0/eksctl_Windows_arm64.zip",
 | 
						||
            "hash": "66da792ee0761603b226ce40ee5fd5a03744ff9c34fffa5ff01d2b6c9cd6c02b"
 | 
						||
        }
 | 
						||
    },
 | 
						||
    "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"
 | 
						||
        }
 | 
						||
    }
 | 
						||
}
 |