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 Oct 24, 2019
1 parent c1b7a58 commit dd8c7cd
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>0.22.0</version>
<version>0.23.0</version>
<packageSourceUrl>https://github.com/kai2nenobu/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/awslabs/aws-sam-cli/releases/download/v0.22.0/AWS_SAM_CLI_64_PY3.msi'
Url64bit = 'https://github.com/awslabs/aws-sam-cli/releases/download/v0.23.0/AWS_SAM_CLI_64_PY3.msi'
ChecksumType = 'sha256'
Checksum64 = '7d6a4ee5666f9a3fc7eb8b3a642023e7fc88165d4dde6ca9727eac903002f125'
Checksum64 = '41bb568f05f2f8f53244a3517e497d8fb70a0e7e0d750cad62a408197c4dfefc'
}


Expand Down

0 comments on commit dd8c7cd

Please sign in to comment.