diff --git a/awscli-v2/awscli-v2.nuspec b/awscli-v2/awscli-v2.nuspec index 88d9c58a..dfce8e4b 100644 --- a/awscli-v2/awscli-v2.nuspec +++ b/awscli-v2/awscli-v2.nuspec @@ -3,7 +3,7 @@ awscli - 2.20.0 + 2.21.0 https://github.com/jtcmedia/chocolatey-packages/tree/master/awscli chocolatey, LudicrousByte AWS Command Line Interface v2 (Install) @@ -29,7 +29,7 @@ The AWS CLI v2 offers several new [features](https://aws.amazon.com/blogs/develo I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider [making a small donation](https://www.buymeacoffee.com/jtcmedia). Thank-you! ]]> - https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2200 + https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2210 diff --git a/awscli-v2/tools/chocolateyinstall.ps1 b/awscli-v2/tools/chocolateyinstall.ps1 index d7b3613c..906c5a11 100644 --- a/awscli-v2/tools/chocolateyinstall.ps1 +++ b/awscli-v2/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.20.0.msi' -$checksum64 = '86a35c58560d1d8150fd68a918d5736abfeb4bf8895ee37fa5683a2108e866cd' +$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.21.0.msi' +$checksum64 = '6b8d2a718f6adbcd1f8538d918d655580d767025c57193516c90f5ee6140c5c3' $packageArgs = @{ packageName = $env:ChocolateyPackageName