-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaws-sam-cli.json
44 lines (44 loc) · 1.5 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
44
{
"version": "1.132.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.132.0/AWS_SAM_CLI_64_PY3.msi#/dl.msi_",
"hash": "f3b9462b53f7b5f401dc6f6dc7a26243fbc0a92044d51e34a74788bb5461c8df"
}
},
"pre_install": [
"# Workaround for #4980, #5653",
"$msi = \"$dir\\$fname\"; $extracted = \"$dir\\\"",
"Invoke-ExternalCommand 'lessmsi' -Args @('x', $msi, $extracted) -Quiet",
"Move-Item \"$dir\\SourceDir\\PFiles64\\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</"
}
}
}