mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.117.0",
 | 
						|
    "description": "Build, test, debug, and deploy Serverless applications from CLI",
 | 
						|
    "homepage": "https://aws.amazon.com/serverless/sam/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "depends": "lessmsi",
 | 
						|
    "suggest": {
 | 
						|
        "AWS CLI": "aws"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/aws/aws-sam-cli/releases/download/v1.117.0/AWS_SAM_CLI_64_PY3.msi#/dl.msi_",
 | 
						|
            "hash": "18db8307d00b52f272f6a9f8ff924a44487a1615320e1a8316c89cd58de0b6e7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": [
 | 
						|
        "# Workaround for #4980",
 | 
						|
        "Start-Process lessmsi -ArgumentList @('x', \"`\"$dir\\$fname`\"\", \"`\"$dir\\`\"\") -Wait -NoNewWindow",
 | 
						|
        "Move-Item \"$dir\\SourceDir\\Amazon\\AWSSAMCLI\\**\" \"$dir\"",
 | 
						|
        "Remove-Item \"$dir\\SourceDir\", \"$dir\\$fname\" -Force -Recurse"
 | 
						|
    ],
 | 
						|
    "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#/dl.msi_"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://github.com/aws/aws-sam-cli/releases/tag/v$version",
 | 
						|
            "regex": "(?sm)>$basename</.*?>\\s*$sha256</"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |