From bffe46ea78547667f6339d502fcc3fc36c943f50 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 10 Mar 2022 11:15:10 +0000 Subject: [PATCH] AU: 1 updated - book-collector [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/ede568c87d0213a1f9310cfa05ace3bfc0ae5e8e --- 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 a30624c37..7f0ce594d 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 - 21.5.1 + 22.0.1 Maurice Kevenaar diff --git a/automatic/book-collector/tools/chocolateyinstall.ps1 b/automatic/book-collector/tools/chocolateyinstall.ps1 index 1ce4a96ab..d34748b25 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/bookcollectorsetup2151.exe' -$checksum = '61f6a617806c149bcfc7c75a9af5c1aa5f3ab1793e1c1f2e508be5006c2661d9' +$url = 'https://installers.collectorz.com/book-win/bookcollectorsetup2201.exe' +$checksum = '28c49d60d19352e698fba81819e16d4a9dbb909f75d05a970b50bce9a8c230ea' $checksumType = 'sha256' $packageArgs = @{