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 Jan 27, 2021
1 parent c32da47 commit 1b25f59
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>20.14.0</version>
<version>20.15.1</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/20.14.0/32bit/prtg-desktop-offline-20.14.0-32bit.exe"
checksum = "18dd1f0115a0c7a3c59868287d32437fdf1be31e"
url = "https://downloads.paessler.com/prtg_desktop/20.15.1/32bit/prtg-desktop-offline-20.15.1-32bit.exe"
checksum = "535d3f6ef6219e9a2bb45e247a8666e014abafb8"
checksumType = "SHA1"

url64 = "https://downloads.paessler.com/prtg_desktop/20.14.0/64bit/prtg-desktop-offline-20.14.0-64bit.exe"
checksum64 = "cab842c01ae31a4d6c03f005b974a207cdf96058"
url64 = "https://downloads.paessler.com/prtg_desktop/20.15.1/64bit/prtg-desktop-offline-20.15.1-64bit.exe"
checksum64 = "36bae446ad0ef88fca815ab9b438e3e314f2df90"
checksumType64 = "SHA1"

silentArgs = '/quiet /norestart'
Expand Down

0 comments on commit 1b25f59

Please sign in to comment.