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 Dec 27, 2024
1 parent aa10696 commit 13be9e5
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.23</version>
<version>2.22.24</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#22223</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#22224</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.23.msi'
$checksum64 = 'b1c37ac2536f18230a9a53fca7434a4889764fc35365e8633a9dbdefac5edf96'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.24.msi'
$checksum64 = '4f5606c0d0f27ef3b1853ba6fc546a28f85163e6a6b290964b0677e49c85dd16'

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

0 comments on commit 13be9e5

Please sign in to comment.