Skip to content

Commit

Permalink
AU: 3 updated - awscli balena-cli cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Dec 18, 2024
1 parent d518829 commit 06de08c
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.22.18</version>
<version>2.22.19</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#22218</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#22219</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.18.msi'
$checksum64 = 'b47262a7daeeb75ad622e4dc422f6c5edb28d3d7646453a02da91084733365c6'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.19.msi'
$checksum64 = '95e4c0f9e468941cf11378927e567e21b14257e084603626de195f615a4bfe94'

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

3. Compare to Checksum:

checksum64: 3F17B5A11ACEE2D18EDECB1A270279D8E6FA3CAB926630A153666190B8CEADE8
checksum64: 09FF067DC87A9B65C572FD50D4A187DDE4148CF0CADD5D580E3B20BDDE3C868D
4 changes: 2 additions & 2 deletions cypress/cypress.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>cypress</id>
<version>13.16.1</version>
<version>13.17.0</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/cypress</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Cypress</title>
Expand Down Expand Up @@ -55,7 +55,7 @@ Let the world know your project is using Cypress.io to test with this cool badge
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/cypress-io/cypress/releases/tag/v13.16.1</releaseNotes>
<releaseNotes>https://github.com/cypress-io/cypress/releases/tag/v13.17.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions cypress/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$url64 = 'https://cdn.cypress.io/desktop/13.16.1/win32-x64/cypress.zip'
$checksum64 = '708dfb77ef12855ff60fc71ea24c9d5e1cce8d1795b97d43b5d32f04e15c1a02'
$url64 = 'https://cdn.cypress.io/desktop/13.17.0/win32-x64/cypress.zip'
$checksum64 = '93532f4df3ac8c1b4019d67b9a247cc7ab1fe5b450af8f8bdd61d05049197509'

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

0 comments on commit 06de08c

Please sign in to comment.