From 4d344ee396db699e37fe5f8e0d4cdd73517751bc Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 7 Nov 2022 16:16:41 +0000 Subject: [PATCH] AU: 1 updated - etcher [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/a730d6e70746ec47eeb8d7e0012e1ce1f8dd3696 --- automatic/etcher/etcher.nuspec | 2 +- automatic/etcher/legal/VERIFICATION.txt | 4 ++-- automatic/etcher/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/etcher/etcher.nuspec b/automatic/etcher/etcher.nuspec index 255d7205b..92313e040 100644 --- a/automatic/etcher/etcher.nuspec +++ b/automatic/etcher/etcher.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.7.9 + 1.7.10 Maurice Kevenaar diff --git a/automatic/etcher/legal/VERIFICATION.txt b/automatic/etcher/legal/VERIFICATION.txt index 09b244d21..c9a4bc7c1 100644 --- a/automatic/etcher/legal/VERIFICATION.txt +++ b/automatic/etcher/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ 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: BFE2AC48F2B821F743FDB9AB8BF96CE554C4365BA445CA1CCA2C9FFD8A4315BC + checksum32: 593A06447D6085BB2086CC4A691AE37C754F32040A66C2576D72BB3C09275335 File 'LICENSE.txt' is obtained from diff --git a/automatic/etcher/tools/chocolateyInstall.ps1 b/automatic/etcher/tools/chocolateyInstall.ps1 index cfcb8c848..8a6fcba86 100644 --- a/automatic/etcher/tools/chocolateyInstall.ps1 +++ b/automatic/etcher/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\balenaEtcher-Setup-1.7.9.exe" + file = "$toolsDir\balenaEtcher-Setup-1.7.10.exe" silentArgs = '/S' softwareName = 'etcher*' validExitCodes= @(0)