diff --git a/chitubox/chitubox.nuspec b/chitubox/chitubox.nuspec index 40a7e06..077cf76 100644 --- a/chitubox/chitubox.nuspec +++ b/chitubox/chitubox.nuspec @@ -2,7 +2,7 @@ chitubox - 1.6.1 + 1.7.0 CHITUBOX CBD-Tech Adam diff --git a/chitubox/tools/chocolateyInstall.ps1 b/chitubox/tools/chocolateyInstall.ps1 index 55ae640..0bb0d7f 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_1.6.1.exe' - Checksum64 = 'd399dcc7f44f3a34a878a93e1ca6f9c4fefe845a46a743c49e1353efda5cc16b' + Url64 = '\\ucs\software\CHITUBOX64Install_V1.7.0.exe' + Checksum64 = '37c4e4659fb7d459b0f5849c94084c8736461479bb15f2d29d3443045440974f' ChecksumType64 = 'sha256' ValidExitCodes = @(0, 1223) }