Skip to content

Commit

Permalink
AU: 1 updated - prtgdesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
BBT Software AG committed Jul 20, 2022
1 parent 670df0b commit 314c13e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/prtgdesktop/prtgdesktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>prtgdesktop</id>
<title>PRTG Desktop</title>
<version>22.8.0</version>
<version>22.9.0</version>
<authors>Paessler AG</authors>
<owners>BBT Software AG</owners>
<projectUrl>https://www.paessler.com/prtg-desktop-app</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/prtgdesktop/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ $packageArgs = @{

fileType = 'exe'

url = "https://downloads.paessler.com/prtg_desktop/22.8.0/32bit/prtg-desktop-offline-22.8.0-32bit.exe"
checksum = "260ea4146acb81433c20d920c23f82cd0e2f3d36"
url = "https://downloads.paessler.com/prtg_desktop/22.9.0/32bit/prtg-desktop-offline-22.9.0-32bit.exe"
checksum = "b426f5f07a9c24d897aa390f5ebffa0dc9e79ddd"
checksumType = "SHA1"

url64 = "https://downloads.paessler.com/prtg_desktop/22.8.0/64bit/prtg-desktop-offline-22.8.0-64bit.exe"
checksum64 = "d01c490d1b3fda2369f8cc3f36af4f7bfd76fef8"
url64 = "https://downloads.paessler.com/prtg_desktop/22.9.0/64bit/prtg-desktop-offline-22.9.0-64bit.exe"
checksum64 = "1a11b534ed53467bba4f447e55a76741795e9e06"
checksumType64 = "SHA1"

silentArgs = '/quiet /norestart'
Expand Down

0 comments on commit 314c13e

Please sign in to comment.