Skip to content

Commit

Permalink
AU: 2 updated - autopsy breitbandmessung
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 12, 2021
1 parent b9bf107 commit b5e666b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion autopsy/autopsy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>autopsy</id>
<title>Autopsy®</title>
<version>4.19.1</version>
<version>4.19.2</version>
<authors>sleuthkit</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools.</summary>
Expand Down
8 changes: 4 additions & 4 deletions autopsy/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.19.1/autopsy-4.19.1-32bit.msi'
checksum = 'e3927d5e32080342ead424f7719477b76362badaac1127e1184a0884013a10b0'
url = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.19.2/autopsy-4.19.2-32bit.msi'
checksum = 'f479ef83259333ee20774b9d98803a4f66da2d7d6ccb3b93c7af3fe695c48c2e'
checksumType = 'sha256'
url64bit = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.19.1/autopsy-4.19.1-64bit.msi'
checksum64 = 'e47e29b88964ee6f25dc3197f7ec76cfbc86bdf94fef463c80eaabde99de104f'
url64bit = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.19.2/autopsy-4.19.2-64bit.msi'
checksum64 = '854bb89cfc12e3cfe844a8bfb40e6a876fbf55732088219bace4578d7fd0c0fe'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down
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.3</version>
<version>2.0.4</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 = '73284ab1aeb766f0abe56841695b1f8e52412f5be6057fd920962e59235a972f'
checksum = 'adc86f0359dd97c7eb751584c82b5486c2215ebf6e15ca02a07a9e4b6c5d44b5'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit b5e666b

Please sign in to comment.