Skip to content

Commit

Permalink
AU: 1 updated - awscli
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Nov 27, 2024
1 parent 987fe5d commit 84ad643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions awscli-v2/awscli-v2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>awscli</id>
<version>2.22.5</version>
<version>2.22.6</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/awscli</packageSourceUrl>
<owners>chocolatey, LudicrousByte</owners>
<title>AWS Command Line Interface v2 (Install)</title>
Expand All @@ -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!
]]></description>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2225</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2226</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions awscli-v2/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.5.msi'
$checksum64 = '6daaf0c0feada20aa53b91876b18c2372b82243f7173ae69818c305cc6a0763b'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.6.msi'
$checksum64 = 'a2743e760bab433a52690c07b55c9ee87b9fc3ee8c67581b36c85ade479d89f4'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 84ad643

Please sign in to comment.