diff --git a/automatic/zettlr/legal/VERIFICATION.txt b/automatic/zettlr/legal/VERIFICATION.txt index 36556f65e..4f4acee34 100644 --- a/automatic/zettlr/legal/VERIFICATION.txt +++ b/automatic/zettlr/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: 7AC8C195EE958506E4D7FAA5D24CF337BB0243D046E3012B007B5CAA6DA3BE7E + checksum32: 3BE067C1A9E2CB63407F5AC5FF935BA4EE14347CDC1D4E0D6BFE31652B5975BE File 'LICENSE.txt' is obtained from diff --git a/automatic/zettlr/tools/chocolateyinstall.ps1 b/automatic/zettlr/tools/chocolateyinstall.ps1 index dc092cb4e..8eed52a30 100644 --- a/automatic/zettlr/tools/chocolateyinstall.ps1 +++ b/automatic/zettlr/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Zettlr-2.2.1-x64.exe" + file = "$toolsDir\Zettlr-2.2.2-x64.exe" softwareName = 'Zettlr*' silentArgs = "/S" validExitCodes= @(0) diff --git a/automatic/zettlr/zettlr.nuspec b/automatic/zettlr/zettlr.nuspec index 2007871e3..815ad4816 100644 --- a/automatic/zettlr/zettlr.nuspec +++ b/automatic/zettlr/zettlr.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2.2.1 + 2.2.2 Maurice Kevenaar