From 8f9ae437773edeb44a8e97c5b9950544564e6f42 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 7 Jun 2023 18:17:26 +0000 Subject: [PATCH] AU: 2 updated - filezilla.server gitkraken [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/3ab551c1f0bc194539ee93c3e0a307aa86d8b6fa --- automatic/filezilla.server/filezilla.server.nuspec | 2 +- automatic/filezilla.server/legal/VERIFICATION.txt | 4 ++-- automatic/filezilla.server/tools/chocolateyInstall.ps1 | 2 +- automatic/gitkraken/gitkraken.nuspec | 2 +- automatic/gitkraken/tools/chocolateyInstall.ps1 | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/filezilla.server/filezilla.server.nuspec b/automatic/filezilla.server/filezilla.server.nuspec index 3a2600feb..7e962a8e6 100644 --- a/automatic/filezilla.server/filezilla.server.nuspec +++ b/automatic/filezilla.server/filezilla.server.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.7.1 + 1.7.2 Maurice Kevenaar, Rob Reynolds diff --git a/automatic/filezilla.server/legal/VERIFICATION.txt b/automatic/filezilla.server/legal/VERIFICATION.txt index b0d086497..72a4c0be6 100644 --- a/automatic/filezilla.server/legal/VERIFICATION.txt +++ b/automatic/filezilla.server/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 1B3F216B36CD4A749316533BD4215F85645D99D8019134C810A0F9388F8A4A44 + checksum32: DC203BC75217AD6EB95554DF09AA3EA2BAF4FB991AB80E04D3D21126821154CA File 'LICENSE.txt' is obtained from diff --git a/automatic/filezilla.server/tools/chocolateyInstall.ps1 b/automatic/filezilla.server/tools/chocolateyInstall.ps1 index 1053d5eb1..310c3504b 100644 --- a/automatic/filezilla.server/tools/chocolateyInstall.ps1 +++ b/automatic/filezilla.server/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\FileZilla_Server_1.7.1_win64-setup.exe" + file = "$toolsDir\FileZilla_Server_1.7.2_win64-setup.exe" softwareName = 'Psi*' silentArgs = "/S" validExitCodes = @(0) diff --git a/automatic/gitkraken/gitkraken.nuspec b/automatic/gitkraken/gitkraken.nuspec index 0c982253c..03fc5878c 100644 --- a/automatic/gitkraken/gitkraken.nuspec +++ b/automatic/gitkraken/gitkraken.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 9.4.0 + 9.5.0 Maurice Kevenaar diff --git a/automatic/gitkraken/tools/chocolateyInstall.ps1 b/automatic/gitkraken/tools/chocolateyInstall.ps1 index 5c2fd6a0d..8ae2a8876 100644 --- a/automatic/gitkraken/tools/chocolateyInstall.ps1 +++ b/automatic/gitkraken/tools/chocolateyInstall.ps1 @@ -2,10 +2,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url32 = 'https://release.gitkraken.com/win32/GitKrakenSetup.exe' -$checksum32 = '5e73a15094706e327203d20d8753b7ca771c86ce08bcc22c6a0b45019cb5a0ec' +$checksum32 = 'b408b34fe39ce4a993004aff099ea5e6c68ce9d6d4ab62b966d8d36c9d42fbd9' $checksumType32 = 'sha256' $url64 = 'https://release.gitkraken.com/win64/GitKrakenSetup.exe' -$checksum64 = '772ce6de0099b5a5a50e2a279fc61e510284dd59b3dfb3c41b5309ff9094f4c1' +$checksum64 = 'f195f4a364066a1a841637de8497cb4dd5a405ac4af36172b7fd0ca80992584b' $checksumType64 = 'sha256' $packageArgs = @{