From ce1b0ccc8f4c353fb47524c5a771e7946a218030 Mon Sep 17 00:00:00 2001 From: BBT Software AG Date: Thu, 9 Jun 2022 10:05:14 +0000 Subject: [PATCH] AU: 1 updated - prtgdesktop [skip ci] https://gist.github.com/b601bc1e0835054f4df23310100983ee/5d17d7fa7f037fa14e4f3b79b40d44ee4ab6da66 --- 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 af4aa60..0b336fb 100644 --- a/automatic/prtgdesktop/prtgdesktop.nuspec +++ b/automatic/prtgdesktop/prtgdesktop.nuspec @@ -4,7 +4,7 @@ prtgdesktop PRTG Desktop - 22.6.0 + 22.7.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 ebfd59c..985ca5d 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.6.0/32bit/prtg-desktop-offline-22.6.0-32bit.exe" - checksum = "3bf624c48da3b88605c9427b032a2cfb9bfdbdc3" + url = "https://downloads.paessler.com/prtg_desktop/22.7.0/32bit/prtg-desktop-offline-22.7.0-32bit.exe" + checksum = "7d92fb95a228c4d4f01644de4da5cc105dbde420" checksumType = "SHA1" - url64 = "https://downloads.paessler.com/prtg_desktop/22.6.0/64bit/prtg-desktop-offline-22.6.0-64bit.exe" - checksum64 = "1a7e6a6102c1060a98da777c209a8b121c613e45" + url64 = "https://downloads.paessler.com/prtg_desktop/22.7.0/64bit/prtg-desktop-offline-22.7.0-64bit.exe" + checksum64 = "2aa7c1f192fa3877b56f3693e06ccaf98876601b" checksumType64 = "SHA1" silentArgs = '/quiet /norestart'