From b8032326db0d378d86d1b1c319d0064c8f104357 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 29 Jun 2023 14:06:23 -0400 Subject: [PATCH] Bump chitubox to 1.9.5 --- chitubox/chitubox.nuspec | 2 +- chitubox/tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chitubox/chitubox.nuspec b/chitubox/chitubox.nuspec index e74dbee..57ad0a4 100644 --- a/chitubox/chitubox.nuspec +++ b/chitubox/chitubox.nuspec @@ -2,7 +2,7 @@ chitubox - 1.9.4 + 1.9.5 CHITUBOX CBD-Tech Adam diff --git a/chitubox/tools/chocolateyInstall.ps1 b/chitubox/tools/chocolateyInstall.ps1 index ccda51a..b5d7525 100644 --- a/chitubox/tools/chocolateyInstall.ps1 +++ b/chitubox/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $packageArgs = @{ FileType = 'exe' SilentArgs = '/S' Url64 = '\\ucs\software\CHITUBOX64Install_V1.9.4.exe' - Checksum64 = 'c55e729e0e55fce8dd112893838452baea6dd91ae1bd07a92a57eecdc6b74a5e' + Checksum64 = 'ee53fcb1f2f115fa0a8b413f9a4d1110f26a4416e449ac106352a9acac73a778' ChecksumType64 = 'sha256' ValidExitCodes = @(0, 1223) }