Skip to content

Commit

Permalink
AU: 1 updated - breitbandmessung
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 14, 2021
1 parent 45954ed commit 6c6addb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion breitbandmessung/breitbandmessung.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>breitbandmessung</id>
<title>Breitbandmessung</title>
<version>2.0.4</version>
<version>3.0.0</version>
<authors>zafaco GmbH</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Die als Desktop-App installierbare Version der Breitbandmessung ermöglicht Ihnen die Ermittlung der Leistung Ihres Internetzugangs und zugleich die Überprüfung der mit Ihrem Anbieter vertraglich vereinbarten Datenübertragungsraten im Festnetz.</summary>
Expand Down
2 changes: 1 addition & 1 deletion breitbandmessung/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://download.breitbandmessung.de/bbm/Breitbandmessung-win.exe'
checksum = 'adc86f0359dd97c7eb751584c82b5486c2215ebf6e15ca02a07a9e4b6c5d44b5'
checksum = '21efe82c36bc04ba0a95a6a2f4616c251268b1cb9533ecc32669124f37377590'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit 6c6addb

Please sign in to comment.