forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws-sam-cli.json
43 lines (43 loc) · 1.42 KB
/
aws-sam-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": "1.122.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.122.0/AWS_SAM_CLI_64_PY3.msi#/dl.msi_",
"hash": "fffec16ce2fbab41719b2a6f66c79bf463540fbd7301a241d1df5c9abe2aa6fb"
}
},
"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</"
}
}
}