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 May 5, 2020
1 parent 2c9fd23 commit 284c6b8
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.14.0</version>
<version>4.15.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.14.0/autopsy-4.14.0-32bit.msi'
checksum = '329c20a2487d81e059393ab524df564e70cd108d57c07e9b063f12d8d22767e4'
url = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.15.0/autopsy-4.15.0-32bit.msi'
checksum = 'be50bc9c99c8ec3443098b04b973e90f1a807748f63658d3bd995e8584e0ab4f'
checksumType = 'sha256'
url64bit = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.14.0/autopsy-4.14.0-64bit.msi'
checksum64 = '47f8e1bc327dc1e858a6219bbe7377c5c0e64f8532706446ed882f336e5c3b4c'
url64bit = 'https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.15.0/autopsy-4.15.0-64bit.msi'
checksum64 = '36b66487aa294c03e04caaaaf3d69d8f1604c83b42167cf290a86d8eddfb3856'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit 284c6b8

Please sign in to comment.