diff --git a/automatic/etcher/etcher.nuspec b/automatic/etcher/etcher.nuspec index 106e16152..702f14da7 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.10.1 + 1.10.2 Maurice Kevenaar diff --git a/automatic/etcher/legal/VERIFICATION.txt b/automatic/etcher/legal/VERIFICATION.txt index 46649ef47..26a4a5f85 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: 53F92C2C9AAFD579358832FE5468086401F8C6C393C75235CF73DEA57C15B859 + checksum32: C982B83FC50C92CBEE7E88555A104E51F22C3E26C9CC4F551E8DA13D0C4AAFD0 File 'LICENSE.txt' is obtained from diff --git a/automatic/etcher/tools/chocolateyInstall.ps1 b/automatic/etcher/tools/chocolateyInstall.ps1 index a6f3f56fb..519780591 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.10.1.exe" + file = "$toolsDir\balenaEtcher-Setup-1.10.2.exe" silentArgs = '/S' softwareName = 'etcher*' validExitCodes= @(0)