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)