From 77f67f17d8f7d6c3e590bb4c85b4971183840adf Mon Sep 17 00:00:00 2001 From: BBT Software AG Date: Wed, 12 Oct 2022 10:03:34 +0000 Subject: [PATCH] AU: 1 updated - prtgdesktop [skip ci] https://gist.github.com/b601bc1e0835054f4df23310100983ee/580d588cd8cdf2c9233cbe9b5858a7e0b7a5bb4e --- 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 5c7e814..861389b 100644 --- a/automatic/prtgdesktop/prtgdesktop.nuspec +++ b/automatic/prtgdesktop/prtgdesktop.nuspec @@ -4,7 +4,7 @@ prtgdesktop PRTG Desktop - 22.12.0 + 22.13.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 ef2a976..fb8f2d2 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/22.12.0/32bit/prtg-desktop-offline-22.12.0-32bit.exe" - checksum = "46dc1b080053a3ce428b352aeb035d74c5726367" + url = "https://downloads.paessler.com/prtg_desktop/22.13.0/32bit/prtg-desktop-offline-22.13.0-32bit.exe" + checksum = "109c6a3a629e509c91025d7ed463dbf270ce42b6" checksumType = "SHA1" - url64 = "https://downloads.paessler.com/prtg_desktop/22.12.0/64bit/prtg-desktop-offline-22.12.0-64bit.exe" - checksum64 = "3457f109bb906ce3907ed0c191d863d3ed9d644f" + url64 = "https://downloads.paessler.com/prtg_desktop/22.13.0/64bit/prtg-desktop-offline-22.13.0-64bit.exe" + checksum64 = "e406ee801e39afa02ecefa7229d08ffc94864fcd" checksumType64 = "SHA1" silentArgs = '/quiet /norestart'