mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.169.0",
 | 
						|
    "description": "Terraform Orchestration Tool for DevOps",
 | 
						|
    "homepage": "https://atmos.tools",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/cloudposse/atmos/releases/download/v1.169.0/atmos_1.169.0_windows_amd64.exe#/atmos.exe",
 | 
						|
            "hash": "655a93a5ec5e82f212cad4bbdc56ca186a95553c2c186f4a6102813c38f2d1f8"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/cloudposse/atmos/releases/download/v1.169.0/atmos_1.169.0_windows_386.exe#/atmos.exe",
 | 
						|
            "hash": "6b02cfc6a33b8a9e527bb602ce514ee4b3e378316b8672ff99966c7573512b19"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "atmos.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/cloudposse/atmos"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/cloudposse/atmos/releases/download/v$version/atmos_$version_windows_amd64.exe#/atmos.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/cloudposse/atmos/releases/download/v$version/atmos_$version_windows_386.exe#/atmos.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/atmos_$version_SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |