From 95184c45d35811d518f7b316ac998a60a7f5bca6 Mon Sep 17 00:00:00 2001 From: theexit Date: Tue, 1 Oct 2024 08:59:22 +0200 Subject: [PATCH] Update chocolateyinstall.ps1 Update to Version 2.10.34 --- manual/logitech-presentation/tools/chocolateyinstall.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/logitech-presentation/tools/chocolateyinstall.ps1 b/manual/logitech-presentation/tools/chocolateyinstall.ps1 index 2ca76f6a..c885cd8e 100644 --- a/manual/logitech-presentation/tools/chocolateyinstall.ps1 +++ b/manual/logitech-presentation/tools/chocolateyinstall.ps1 @@ -2,8 +2,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'https://download01.logi.com/web/ftp/pub/techsupport/presentation/LogiPresentation_1.60.33.exe' - checksum = '13B6874B7A4FF76A77B38B76E20B6B353FC6DA0DB2FB4C868FC00AC9C3239570' + url = 'https://download01.logi.com/web/ftp/pub/techsupport/presentation/LogiPresentation_2.10.34.exe' + checksum = '683675924D28C8F14C59A898845981321A293A27EFB7EF8043F6551EA2F8D20D' checksumType = 'sha256' fileType = 'EXE' silentArgs = '/s'