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 Jun 9, 2022
1 parent 65b42ac commit ce1b0cc
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.6.0</version>
<version>22.7.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.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'
Expand Down

0 comments on commit ce1b0cc

Please sign in to comment.