Skip to content

Commit

Permalink
AU: 3 updated - awscli balena-cli kicad
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Oct 15, 2024
1 parent 004044d commit ce98276
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.5</version>
<version>2.18.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#2185</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2186</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.5.msi'
$checksum64 = 'e88b00d03f671454e20eb84b47cfe9e8df4a7f90ad94b4dc405f3a1389e1782c'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.18.6.msi'
$checksum64 = 'b636b2b62af5bccbf3cd64066f20544e729165796dc5a1d7fe6af996cbc230f1'

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

3. Compare to Checksum:

checksum64: 738FB32EC9A024C05CFB7AB8CC3C829EAB86FBC9C572AB648604B1AF163106F1
checksum64: 5AF2155EA5ADE041C923A3D8244724DEFAED67BED2DF48EB6C4D94E9DF5F24AA
4 changes: 2 additions & 2 deletions kicad/kicad.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>kicad</id>
<version>8.0.5</version>
<version>8.0.6</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/kicad</packageSourceUrl>
<owners>jtcmedia</owners>
<title>KiCad (Install)</title>
Expand Down Expand Up @@ -34,7 +34,7 @@ KiCad includes a 3D viewer which you can use to inspect your design in an intera
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/KiCad/kicad-source-mirror/releases/tag/8.0.5</releaseNotes>
<releaseNotes>https://github.com/KiCad/kicad-source-mirror/releases/tag/8.0.6</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions kicad/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com/KiCad/kicad-source-mirror/releases/download/8.0.5/kicad-8.0.5-x86_64.exe'
$checksum64 = 'aeb417c70da6217ddb845a7d848e3abf8b9a0fb11104b389a177a5e638826035'
$url64 = 'https://github.com/KiCad/kicad-source-mirror/releases/download/8.0.6/kicad-8.0.6-x86_64.exe'
$checksum64 = 'c7dd8e68313459cbb70242dfbc37d019d2126b734a84366bb768624d995b61f4'

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

0 comments on commit ce98276

Please sign in to comment.