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 Apr 10, 2024
1 parent 470a1fe commit 9c19be0
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>24.2.0</version>
<version>24.3.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/24.2.0/32bit/prtg-desktop-offline-24.2.0-32bit.exe"
checksum = "f98a5c323aa073fa69f2fd00322493f3d4e39267"
url = "https://downloads.paessler.com/prtg_desktop/24.3.1/32bit/prtg-desktop-offline-24.3.1-32bit.exe"
checksum = "1b3bddb84b09aee454e5453a3f32c4cd54bf5a7a"
checksumType = "SHA1"

url64 = "https://downloads.paessler.com/prtg_desktop/24.2.0/64bit/prtg-desktop-offline-24.2.0-64bit.exe"
checksum64 = "935b5261eaa53dd89b9b00d49d57a8a2b64fbf21"
url64 = "https://downloads.paessler.com/prtg_desktop/24.3.1/64bit/prtg-desktop-offline-24.3.1-64bit.exe"
checksum64 = "c07f7cecc4a8838dc6ac6529e46739f8b877e50e"
checksumType64 = "SHA1"

silentArgs = '/quiet /norestart'
Expand Down

0 comments on commit 9c19be0

Please sign in to comment.