diff --git a/automatic/zettlr/legal/VERIFICATION.txt b/automatic/zettlr/legal/VERIFICATION.txt index a3418fceb..48fe2fc86 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: 94DFB98BE729097A2745A0CB42C2F985E961C7BB0FD595815ED3F028B20C0A2B + checksum32: 077AC4A18D7071F6C0EE699E7C8693720C9BF28BA79370D4D6573E27340D4643 File 'LICENSE.txt' is obtained from diff --git a/automatic/zettlr/tools/chocolateyinstall.ps1 b/automatic/zettlr/tools/chocolateyinstall.ps1 index aefea1969..f914cf359 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-win32-x64-1.4.3.exe" + file = "$toolsDir\Zettlr-1.5.0.exe" softwareName = 'Zettlr*' silentArgs = "/S" validExitCodes= @(0) diff --git a/automatic/zettlr/zettlr.nuspec b/automatic/zettlr/zettlr.nuspec index 32a49025a..7f131e983 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 - 1.4.3 + 1.5.0 Maurice Kevenaar