diff --git a/automatic/book-collector/book-collector.nuspec b/automatic/book-collector/book-collector.nuspec index d4860bde7..57d180e29 100644 --- a/automatic/book-collector/book-collector.nuspec +++ b/automatic/book-collector/book-collector.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 23.2.2 + 23.2.3 Maurice Kevenaar diff --git a/automatic/book-collector/tools/chocolateyinstall.ps1 b/automatic/book-collector/tools/chocolateyinstall.ps1 index 2374e8081..f51b85860 100644 --- a/automatic/book-collector/tools/chocolateyinstall.ps1 +++ b/automatic/book-collector/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://installers.collectorz.com/book-win/bookcollectorsetup2322.exe' -$checksum = '2ad5f969f2fe5122ec3092cb3ea42f1d0f92a41960cbdb821c435021bcd4b0a6' +$url = 'https://installers.collectorz.com/book-win/bookcollectorsetup2323.exe' +$checksum = '2b3714142667bfc85e2ad462af312386dd6434f4de01a7e3f3ae4be5b560b718' $checksumType = 'sha256' $packageArgs = @{