diff --git a/automatic/chatty/chatty.json b/automatic/chatty/chatty.json index 6ff2010ef..b2c0a05dd 100644 --- a/automatic/chatty/chatty.json +++ b/automatic/chatty/chatty.json @@ -9,5 +9,5 @@ "0.24": "0.24.1", "0.25-rc": "0.25-b2", "0.25": "0.25", - "0.26-rc": "0.26-b1" + "0.26-rc": "0.26-b2" } diff --git a/automatic/chatty/chatty.nuspec b/automatic/chatty/chatty.nuspec index c997b88a7..eb7e1060d 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.26-b1 + 0.26-b2 Maurice Kevenaar diff --git a/automatic/chatty/legal/VERIFICATION.txt b/automatic/chatty/legal/VERIFICATION.txt index 1d547a308..ddf4a4d7d 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: 717EAC40888C92F263230973B0868B9B25BBB94E0B0B8D4AF84F9CE8AA272EDB + checksum32: 144A49E95A23BE5CF2D024F63494F89A66CE13BEB19E0EB9EFF2F2D3F95D7602 File 'LICENSE.txt' is obtained from diff --git a/automatic/chatty/tools/chocolateyinstall.ps1 b/automatic/chatty/tools/chocolateyinstall.ps1 index d52e0f0b8..c81e56667 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.26-b1_win_standalone.zip" + file = "$toolsdir\Chatty_0.26-b2_win_standalone.zip" validExitCodes = @(0) }