Skip to content

Commit

Permalink
AU: 1 updated - autopsy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 10, 2021
1 parent d7742e6 commit f786197
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0</version>
<version>4.19.1</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.0/autopsy-4.19.0-32bit.msi'
checksum = 'aad05f2a81dd3f338a896046cb913c3291bb02a184b5081e403c0c52df0f6034'
url = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.19.1/autopsy-4.19.1-32bit.msi'
checksum = 'e3927d5e32080342ead424f7719477b76362badaac1127e1184a0884013a10b0'
checksumType = 'sha256'
url64bit = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.19.0/autopsy-4.19.0-64bit.msi'
checksum64 = '333e48d4caa40993e16f9e94eceb7ab4c2f37c215daf37327473a292ba4937d7'
url64bit = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.19.1/autopsy-4.19.1-64bit.msi'
checksum64 = 'e47e29b88964ee6f25dc3197f7ec76cfbc86bdf94fef463c80eaabde99de104f'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit f786197

Please sign in to comment.