diff --git a/automatic/chatty/chatty.nuspec b/automatic/chatty/chatty.nuspec index 91f490984..f856c5ca7 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.16-b1 + 0.16-b2 Maurice Kevenaar diff --git a/automatic/chatty/legal/VERIFICATION.txt b/automatic/chatty/legal/VERIFICATION.txt index a30189620..449e4c70b 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: C9D92B61E3F40BA429B36A7395AB60EB991928B69E1EBC2943CA539854012B68 + checksum32: 844A6162255601C22CB7146423DF5BA96A29A1A8BE0C547D9C96FB2FAF90BE95 File 'LICENSE.txt' is obtained from diff --git a/automatic/chatty/tools/chocolateyinstall.ps1 b/automatic/chatty/tools/chocolateyinstall.ps1 index 04933621b..53c28dffd 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.16-b1_win_standalone.zip" + file = "$toolsdir\Chatty_0.16-b2_win_standalone.zip" validExitCodes = @(0) }