diff --git a/automatic/etcher/etcher.nuspec b/automatic/etcher/etcher.nuspec index 62330f42d..c433bb06f 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.5 + 1.7.6 Maurice Kevenaar diff --git a/automatic/etcher/legal/VERIFICATION.txt b/automatic/etcher/legal/VERIFICATION.txt index fd74de32e..e064107c3 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: 62AE9AEF83C720A59C996150EDD6BDD7861982495F4A0475A0925AE088C93E25 + checksum32: 9D2C2A76BBA5C115BC062C3EB76F0052F4B919319D9178C4CEC312C0BC32B9B3 File 'LICENSE.txt' is obtained from diff --git a/automatic/etcher/tools/chocolateyInstall.ps1 b/automatic/etcher/tools/chocolateyInstall.ps1 index 9d7420dfd..a22acd279 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.5.exe" + file = "$toolsDir\balenaEtcher-Setup-1.7.6.exe" silentArgs = '/S' softwareName = 'etcher*' validExitCodes= @(0)