From c6f72e1ba3d51528dd3995e6ac55629ec4ab0795 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 10 Nov 2023 21:18:07 +0000 Subject: [PATCH] AU: 1 updated - chatty [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/8c6bae2f36a8ea02deed20b623783cf8bfae4b4c --- automatic/chatty/chatty.json | 2 +- automatic/chatty/chatty.nuspec | 2 +- automatic/chatty/legal/VERIFICATION.txt | 4 ++-- automatic/chatty/tools/chocolateyinstall.ps1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/chatty/chatty.json b/automatic/chatty/chatty.json index d86fc68227..7765070dd0 100644 --- a/automatic/chatty/chatty.json +++ b/automatic/chatty/chatty.json @@ -9,7 +9,7 @@ "0.24": "0.24.1", "0.25-rc": "0.25-b2", "0.25": "0.25", - "0.26-rc": "0.26-b2", + "0.26-rc": "0.26-b3", "0.19": "0.19", "0.19-rc": "0.19-b4" } diff --git a/automatic/chatty/chatty.nuspec b/automatic/chatty/chatty.nuspec index e2708e3130..9d093844bc 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-b4 + 0.26-b3 Maurice Kevenaar diff --git a/automatic/chatty/legal/VERIFICATION.txt b/automatic/chatty/legal/VERIFICATION.txt index 5c83fc8f65..09c6cf2dea 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: CE8EC87072D28A31376A22D4A61EF8C7776E033FEB17C18F421A526E5D39DE69 + checksum32: 77C7EC7ED851F744CF132FE2C9F784B33149D43A0AC8551BE98EE062DAC6A343 File 'LICENSE.txt' is obtained from diff --git a/automatic/chatty/tools/chocolateyinstall.ps1 b/automatic/chatty/tools/chocolateyinstall.ps1 index 74be67a868..e4b68dc796 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-b4_win_standalone.zip" + file = "$toolsdir\Chatty_0.26-b3_win_standalone.zip" validExitCodes = @(0) }