diff --git a/chitubox/chitubox.nuspec b/chitubox/chitubox.nuspec index 2bb9049..123fcc8 100644 --- a/chitubox/chitubox.nuspec +++ b/chitubox/chitubox.nuspec @@ -2,7 +2,7 @@ chitubox - 1.8.1 + 1.9.0 CHITUBOX CBD-Tech Adam diff --git a/chitubox/tools/chocolateyInstall.ps1 b/chitubox/tools/chocolateyInstall.ps1 index ea4e50b..4609f08 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.8.1.exe' - Checksum64 = '40938d0653da9fa90aa9f90cc3cc0dd094d756ec2b5c3b9d1548db68f3b81a63' + Url64 = '\\ucs\software\CHITUBOX64Install_V1.9.0.exe' + Checksum64 = '80948c50456274283d2f9e532452f494ad6fd7c67ff44eb4bd3d5b27e47528cb' ChecksumType64 = 'sha256' ValidExitCodes = @(0, 1223) }