From 4055e9c9507c6e1df8ea6d7c1ac53502821e619e Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sat, 29 Jan 2022 11:15:34 +0000 Subject: [PATCH] AU: 1 updated - zettlr [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/e11a4c5fa371266b310ec0fbb24bfc402c9f74de --- automatic/zettlr/legal/VERIFICATION.txt | 4 ++-- automatic/zettlr/tools/chocolateyinstall.ps1 | 2 +- automatic/zettlr/zettlr.nuspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/zettlr/legal/VERIFICATION.txt b/automatic/zettlr/legal/VERIFICATION.txt index 5b76f49862..68e2b25b9a 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: 7A1ADAFFFCED59FC91A68A3C0D6DFEDAEFB11D912A6415EDD6CAE161DF3DB8EB + checksum32: 6F6207DB49CB27649E1AA8F2C077E6B6ED57E53D0CB52E69AA6DF020356325A8 File 'LICENSE.txt' is obtained from diff --git a/automatic/zettlr/tools/chocolateyinstall.ps1 b/automatic/zettlr/tools/chocolateyinstall.ps1 index 9aa818bb0e..a32b69d42d 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.1.2-x64.exe" + file = "$toolsDir\Zettlr-2.1.3-x64.exe" softwareName = 'Zettlr*' silentArgs = "/S" validExitCodes= @(0) diff --git a/automatic/zettlr/zettlr.nuspec b/automatic/zettlr/zettlr.nuspec index 364f99388a..9311e4852f 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.1.2 + 2.1.3 Maurice Kevenaar