Skip to content

Commit

Permalink
AU: 2 updated - awscli bitvise-ssh-client
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Dec 10, 2024
1 parent b0d862d commit 954bdc3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.12</version>
<version>2.22.13</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#22212</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#22213</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.12.msi'
$checksum64 = 'a9b6f1e5a49a08f81df521189aadb58cd84216540db43f18632d9fe9af9014f6'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.13.msi'
$checksum64 = '24bbf6f71c90da2378f2ea5c823dddb93ee081ad732764fd28ceaf42bcb92fe3'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion bitvise-ssh-client/bitvise-ssh-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bitvise-ssh-client</id>
<title>Bitvise SSH Client (Install)</title>
<version>9.41</version>
<version>9.42</version>
<authors>Bitvise Limited</authors>
<owners>jtcmedia</owners>
<summary>Bitvise SSH Client (previously Tunnelier) - Free SSH file transfer, terminal and tunneling!</summary>
Expand Down
2 changes: 1 addition & 1 deletion bitvise-ssh-client/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageName= 'bitvise-ssh-client'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://dl.bitvise.com/BvSshClient-Inst.exe'
$checksum32 = 'e59329b7ef4fb3803162ff06bed48a42ccf3d6231b83fce0912f342c223ff95c'
$checksum32 = '016b1918c0f8eb4977276590f7889c2e2129e5dcb69c7cdef9a70640202e7c7e'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 954bdc3

Please sign in to comment.