Skip to content

Commit

Permalink
AU: 1 updated - aws-sam-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 1, 2024
1 parent 5618788 commit b235c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-sam-cli/aws-sam-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>aws-sam-cli</id>
<version>1.115.0</version>
<version>1.116.0</version>
<packageSourceUrl>https://github.com/kai2nenobu/my-chocolatey-packages/tree/master/aws-sam-cli</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>kai2nenobu</owners>
Expand Down
4 changes: 2 additions & 2 deletions aws-sam-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ $packageArgs = @{
PackageName = $packageName
FileType = 'msi'
SilentArgs = '/quiet'
Url64bit = 'https://github.com/aws/aws-sam-cli/releases/download/v1.115.0/AWS_SAM_CLI_64_PY3.msi'
Url64bit = 'https://github.com/aws/aws-sam-cli/releases/download/v1.116.0/AWS_SAM_CLI_64_PY3.msi'
ChecksumType = 'sha256'
Checksum64 = '599bd0cf710c055c53a9cb2d8a15acb7f3d12bc1a354407fd91dd5708c2af956'
Checksum64 = 'bfd04ad44737c6e2e854ccf4a27c505d01cc3aee4a5e0d9d5fb0689fcdf3c8f5'
}


Expand Down

0 comments on commit b235c2c

Please sign in to comment.