From 4fc35db84ba6c26d01c88496df3696495073249f Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 18 Sep 2023 19:17:15 +0000 Subject: [PATCH] AU: 1 updated - book-collector [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/9def118ce5aa238a7bddb63764037522bc86babb --- automatic/book-collector/book-collector.nuspec | 2 +- automatic/book-collector/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = @{