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 Oct 12, 2024
1 parent 9e869f3 commit 004044d
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.18.4</version>
<version>2.18.5</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#2184</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2185</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.18.4.msi'
$checksum64 = '61c08e7f58b274e352a5f82c69f458172cbf9bb1e907eeaaf7fa78fba0289008'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.18.5.msi'
$checksum64 = 'e88b00d03f671454e20eb84b47cfe9e8df4a7f90ad94b4dc405f3a1389e1782c'

$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>19.0.18</version>
<version>19.1.0</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/v19.0.18</releaseNotes>
<releaseNotes>https://github.com/balena-io/balena-cli/releases/tag/v19.1.0</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/v19.0.18/balena-cli-v19.0.18-windows-x64-installer.exe
x64: https://github.com/balena-io/balena-cli/releases/download/v19.1.0/balena-cli-v19.1.0-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/v19.0.18/balena-cli-v19.0.18-windows-x64-installer.exe
Get-RemoteChecksum https://github.com/balena-io/balena-cli/releases/download/v19.1.0/balena-cli-v19.1.0-windows-x64-installer.exe

3. Compare to Checksum:

checksum64: C27F24662CB6049325E08DDDBCCB8CA6491FCCE5375805B1D2732AD1BB68570F
checksum64: 738FB32EC9A024C05CFB7AB8CC3C829EAB86FBC9C572AB648604B1AF163106F1

0 comments on commit 004044d

Please sign in to comment.