From 1ed0c4d88e6f51a29f20fa2f566574d34fb77f21 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sun, 31 Jul 2022 16:15:42 +0000 Subject: [PATCH] AU: 1 updated - chatty [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/c80a50dc2d74c3d9ee9fce56f73ac27324ac7e64 --- automatic/chatty/chatty.nuspec | 2 +- automatic/chatty/legal/VERIFICATION.txt | 4 ++-- automatic/chatty/tools/chocolateyinstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/chatty/chatty.nuspec b/automatic/chatty/chatty.nuspec index 5d29b999b..407793934 100644 --- a/automatic/chatty/chatty.nuspec +++ b/automatic/chatty/chatty.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.19 + 0.20-b1 Maurice Kevenaar diff --git a/automatic/chatty/legal/VERIFICATION.txt b/automatic/chatty/legal/VERIFICATION.txt index 3aa4dc282..f3d86fb4b 100644 --- a/automatic/chatty/legal/VERIFICATION.txt +++ b/automatic/chatty/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: D244195FEA082FE1BF355191802EBFE6B053BC68B1D8DEE62057178904284503 + checksum32: 4407C2FBDC78005EE8F496BF60805571E591B18A1A1A917D49233C36B12ACEAA File 'LICENSE.txt' is obtained from diff --git a/automatic/chatty/tools/chocolateyinstall.ps1 b/automatic/chatty/tools/chocolateyinstall.ps1 index a720951a9..3b66c4348 100644 --- a/automatic/chatty/tools/chocolateyinstall.ps1 +++ b/automatic/chatty/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'exe' - file = "$toolsdir\Chatty_0.19_win_standalone.zip" + file = "$toolsdir\Chatty_0.20-b1_win_standalone.zip" validExitCodes = @(0) }