From d9dfb5cd25cb190272ebfb80763769a9a32f8d2a Mon Sep 17 00:00:00 2001 From: BBT Software AG Date: Wed, 25 Oct 2023 10:04:28 +0000 Subject: [PATCH] AU: 1 updated - prtgdesktop [skip ci] https://gist.github.com/bbt-bot/b601bc1e0835054f4df23310100983ee/6f08f360a0bdb45318438b8639a7370f60450e9a --- automatic/prtgdesktop/prtgdesktop.nuspec | 2 +- automatic/prtgdesktop/tools/chocolateyinstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/prtgdesktop/prtgdesktop.nuspec b/automatic/prtgdesktop/prtgdesktop.nuspec index 7c102a5..b468e46 100644 --- a/automatic/prtgdesktop/prtgdesktop.nuspec +++ b/automatic/prtgdesktop/prtgdesktop.nuspec @@ -4,7 +4,7 @@ prtgdesktop PRTG Desktop - 23.11.0 + 23.12.0 Paessler AG BBT Software AG https://www.paessler.com/prtg-desktop-app diff --git a/automatic/prtgdesktop/tools/chocolateyinstall.ps1 b/automatic/prtgdesktop/tools/chocolateyinstall.ps1 index 3acbbb4..6ba3487 100644 --- a/automatic/prtgdesktop/tools/chocolateyinstall.ps1 +++ b/automatic/prtgdesktop/tools/chocolateyinstall.ps1 @@ -6,12 +6,12 @@ $packageArgs = @{ fileType = 'exe' - url = "https://downloads.paessler.com/prtg_desktop/23.11.0/32bit/prtg-desktop-offline-23.11.0-32bit.exe" - checksum = "0c819d1cdebc3928eb814714bbeff7ab4a496e39" + url = "https://downloads.paessler.com/prtg_desktop/23.12.0/32bit/prtg-desktop-offline-23.12.0-32bit.exe" + checksum = "92bda4ffc1bb8433e2d013b32508469bbc8caebf" checksumType = "SHA1" - url64 = "https://downloads.paessler.com/prtg_desktop/23.11.0/64bit/prtg-desktop-offline-23.11.0-64bit.exe" - checksum64 = "0dbaa5b3f8abc38cd543b088b819de36b487fb97" + url64 = "https://downloads.paessler.com/prtg_desktop/23.12.0/64bit/prtg-desktop-offline-23.12.0-64bit.exe" + checksum64 = "8f38265bce9397b269f6a7068aeffb08c0d7df24" checksumType64 = "SHA1" silentArgs = '/quiet /norestart'