From fe93d55f5bfa5be6252dcea0e87c231eed8e6fda Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 16 Jul 2022 15:45:09 -0400 Subject: [PATCH] Update chitubox to 1.9.3 --- chitubox/chitubox.nuspec | 2 +- chitubox/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chitubox/chitubox.nuspec b/chitubox/chitubox.nuspec index 9240220..616394c 100644 --- a/chitubox/chitubox.nuspec +++ b/chitubox/chitubox.nuspec @@ -2,7 +2,7 @@ chitubox - 1.9.2 + 1.9.3 CHITUBOX CBD-Tech Adam diff --git a/chitubox/tools/chocolateyInstall.ps1 b/chitubox/tools/chocolateyInstall.ps1 index 194f1c5..5371315 100644 --- a/chitubox/tools/chocolateyInstall.ps1 +++ b/chitubox/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName FileType = 'exe' SilentArgs = '/S' - Url64 = '\\ucs\software\CHITUBOX64Install_V1.9.2.exe' - Checksum64 = 'bd2d1f5cf0e85b6c0e4524ddf75665c71d2bd63f6056c8eadf2b63ca5cde212b' + Url64 = '\\ucs\software\CHITUBOX64Install_V1.9.3.exe' + Checksum64 = '4cb7706b5d9fe720cbbfec427bcac55484c98102e670a5b86e945c234a0c9668' ChecksumType64 = 'sha256' ValidExitCodes = @(0, 1223) }