mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.88.0",
 | 
						|
    "description": "Build, test, debug, and deploy Serverless applications from CLI",
 | 
						|
    "homepage": "https://aws.amazon.com/serverless/sam/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "AWS CLI": "aws"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/aws/aws-sam-cli/releases/download/v1.88.0/AWS_SAM_CLI_64_PY3.msi",
 | 
						|
            "hash": "6dfefbaf5266ff68430f637e46659e821b48790e27c06e6f0b6c222dc9391aad"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "Amazon\\AWSSAMCLI",
 | 
						|
    "bin": [
 | 
						|
        "bin\\sam.cmd",
 | 
						|
        [
 | 
						|
            "bin\\sam.cmd",
 | 
						|
            "aws-sam-cli"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/aws/aws-sam-cli"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/aws/aws-sam-cli/releases/download/v$version/AWS_SAM_CLI_64_PY3.msi"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://github.com/aws/aws-sam-cli/releases/tag/v$version",
 | 
						|
            "regex": "(?sm)>$basename</.*?>\\s*$sha256</"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |