diff --git a/automatic/prtgdesktop/prtgdesktop.nuspec b/automatic/prtgdesktop/prtgdesktop.nuspec index b468e46..6f22c42 100644 --- a/automatic/prtgdesktop/prtgdesktop.nuspec +++ b/automatic/prtgdesktop/prtgdesktop.nuspec @@ -4,7 +4,7 @@ prtgdesktop PRTG Desktop - 23.12.0 + 23.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 6ba3487..1d7e25b 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.12.0/32bit/prtg-desktop-offline-23.12.0-32bit.exe" - checksum = "92bda4ffc1bb8433e2d013b32508469bbc8caebf" + url = "https://downloads.paessler.com/prtg_desktop/23.13.0/32bit/prtg-desktop-offline-23.13.0-32bit.exe" + checksum = "95fe051017137312a8535cf7d8866b7ec0265c51" checksumType = "SHA1" - url64 = "https://downloads.paessler.com/prtg_desktop/23.12.0/64bit/prtg-desktop-offline-23.12.0-64bit.exe" - checksum64 = "8f38265bce9397b269f6a7068aeffb08c0d7df24" + url64 = "https://downloads.paessler.com/prtg_desktop/23.13.0/64bit/prtg-desktop-offline-23.13.0-64bit.exe" + checksum64 = "6a4ab9bd04c9c1568240ed8fa125e4564a4df132" checksumType64 = "SHA1" silentArgs = '/quiet /norestart'