Skip to content

Commit

Permalink
AU: 3 updated - awscli cypress faas-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Sep 26, 2024
1 parent 3886f4b commit 0ac3ff3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.17.58</version>
<version>2.17.59</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#21758</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21759</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.17.58.msi'
$checksum64 = '44acb1a6253250ed13737021c8d33ad10d2627130dbc8c7fa0e4425e6d7b2fbb'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.17.59.msi'
$checksum64 = '35ecf53d27afa686f142731d8f12f8aa651cb59731d812994afadf71ed7708ff'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
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.14.2</version>
<version>13.15.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.14.2</releaseNotes>
<releaseNotes>https://github.com/cypress-io/cypress/releases/tag/v13.15.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.14.2/win32-x64/cypress.zip'
$checksum64 = 'c46155e592389aa004044ee76ed5a9f09062d08bdd5feab92cd5c12ccbfac162'
$url64 = 'https://cdn.cypress.io/desktop/13.15.0/win32-x64/cypress.zip'
$checksum64 = 'bb0baffb94d572baf162930e51f0f4c5b25c429df6f5ae540911ff3a0b962f26'

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
4 changes: 2 additions & 2 deletions faas-cli/faas-cli.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>faas-cli</id>
<version>0.16.34</version>
<version>0.16.36</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/faas-cli</packageSourceUrl>
<owners>Peter Keuter, LudicrousByte</owners>
<title>Official CLI for OpenFaaS</title>
Expand Down Expand Up @@ -71,7 +71,7 @@ This project is part of OpenFaaS and is licensed under the MIT License.
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/openfaas/faas-cli/releases/tag/0.16.34</releaseNotes>
<releaseNotes>https://github.com/openfaas/faas-cli/releases/tag/0.16.36</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
8 changes: 4 additions & 4 deletions faas-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ in verifying that this package's contents are trustworthy.

1. Download the installer:

x32: https://github.com/openfaas/faas-cli/releases/download/0.16.34/faas-cli.exe
x32: https://github.com/openfaas/faas-cli/releases/download/0.16.36/faas-cli.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/openfaas/faas-cli/releases/download/0.16.34/faas-cli.exe
Get-RemoteChecksum https://github.com/openfaas/faas-cli/releases/download/0.16.36/faas-cli.exe

3. Compare to Checksum:

checksum_from_file: https://github.com/openfaas/faas-cli/releases/download/0.16.34/faas-cli.exe.sha256
checksum_from_file: https://github.com/openfaas/faas-cli/releases/download/0.16.36/faas-cli.exe.sha256

OR

checksum32: 9B552348BF0F2347A00E17A165BBB9E853A9CA73EB967C1BB7EEF26FFD007ED7
checksum32: 57901DBC51B4DF3F3DC0FEE3255305EBE2D88CB3BCE31104C964CE0B8D3CB497

0 comments on commit 0ac3ff3

Please sign in to comment.