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 Sep 10, 2020
1 parent 13efddd commit ce3438f
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.15.0</version>
<version>4.16.0</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.15.0/autopsy-4.15.0-32bit.msi'
checksum = 'be50bc9c99c8ec3443098b04b973e90f1a807748f63658d3bd995e8584e0ab4f'
url = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.16.0/autopsy-4.16.0-32bit.msi'
checksum = '6f51a2528041b681e9fe30dbdb1c35df243077604facfc3c7e0546e4bed554bf'
checksumType = 'sha256'
url64bit = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.15.0/autopsy-4.15.0-64bit.msi'
checksum64 = '36b66487aa294c03e04caaaaf3d69d8f1604c83b42167cf290a86d8eddfb3856'
url64bit = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.16.0/autopsy-4.16.0-64bit.msi'
checksum64 = '2799ded6a37f1068bd9a53e8664cd8130b7cef761d59919fe6bcd6d248a396ea'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit ce3438f

Please sign in to comment.