Skip to content

Commit

Permalink
AU: 2 updated - awscli balena-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Dec 17, 2024
1 parent 50838c0 commit d518829
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.17</version>
<version>2.22.18</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#22217</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#22218</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.17.msi'
$checksum64 = '5baf865f749e8dfd2a18c537d7c021ec42a31a0aea6b9dc189478e4aab2a9e4b'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.18.msi'
$checksum64 = 'b47262a7daeeb75ad622e4dc422f6c5edb28d3d7646453a02da91084733365c6'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
4 changes: 2 additions & 2 deletions balena-cli/balena-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>balena-cli</id>
<version>20.1.0</version>
<version>20.1.1</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/balena-cli</packageSourceUrl>
<owners>jtcmedia</owners>
<title>balena CLI (Install)</title>
Expand Down Expand Up @@ -35,7 +35,7 @@ GitHub](https://github.com/balena-io/balena-cli/), and your contribution is also
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/balena-io/balena-cli/releases/tag/v20.1.0</releaseNotes>
<releaseNotes>https://github.com/balena-io/balena-cli/releases/tag/v20.1.1</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
6 changes: 3 additions & 3 deletions balena-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ in verifying that this package's contents are trustworthy.

1. Download the installer:

x64: https://github.com/balena-io/balena-cli/releases/download/v20.1.0/balena-cli-v20.1.0-windows-x64-installer.exe
x64: https://github.com/balena-io/balena-cli/releases/download/v20.1.1/balena-cli-v20.1.1-windows-x64-installer.exe

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://github.com/balena-io/balena-cli/releases/download/v20.1.0/balena-cli-v20.1.0-windows-x64-installer.exe
Get-RemoteChecksum https://github.com/balena-io/balena-cli/releases/download/v20.1.1/balena-cli-v20.1.1-windows-x64-installer.exe

3. Compare to Checksum:

checksum64: 86C4EE193098C0AC6FF2996F24433F22485542804C8105C590734005DDBD8ECF
checksum64: 3F17B5A11ACEE2D18EDECB1A270279D8E6FA3CAB926630A153666190B8CEADE8

0 comments on commit d518829

Please sign in to comment.