From 57c55380e20d993c3ecbe253592d8d9bc7863ae6 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 6 Nov 2023 22:17:06 +0000 Subject: [PATCH] AU: 1 updated - chatty [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/854dd6fffbba3aea264be40123155d7f498ad2d1 --- automatic/chatty/chatty.json | 3 ++- automatic/chatty/chatty.nuspec | 2 +- automatic/chatty/legal/VERIFICATION.txt | 4 ++-- automatic/chatty/tools/chocolateyinstall.ps1 | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/automatic/chatty/chatty.json b/automatic/chatty/chatty.json index 144ee353d4..d86fc68227 100644 --- a/automatic/chatty/chatty.json +++ b/automatic/chatty/chatty.json @@ -10,5 +10,6 @@ "0.25-rc": "0.25-b2", "0.25": "0.25", "0.26-rc": "0.26-b2", - "0.19": "0.19" + "0.19": "0.19", + "0.19-rc": "0.19-b4" } diff --git a/automatic/chatty/chatty.nuspec b/automatic/chatty/chatty.nuspec index 5d29b999be..e2708e3130 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.19-b4 Maurice Kevenaar diff --git a/automatic/chatty/legal/VERIFICATION.txt b/automatic/chatty/legal/VERIFICATION.txt index dc7458b45b..5c83fc8f65 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: CE8EC87072D28A31376A22D4A61EF8C7776E033FEB17C18F421A526E5D39DE69 File 'LICENSE.txt' is obtained from diff --git a/automatic/chatty/tools/chocolateyinstall.ps1 b/automatic/chatty/tools/chocolateyinstall.ps1 index a720951a95..74be67a868 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.19-b4_win_standalone.zip" validExitCodes = @(0) }