Skip to content

Commit

Permalink
Added checksums on dependencywalker (GoSecure/malboxes#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 8, 2016
1 parent cec2ecb commit 0d1fb8d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/dependencywalker/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ $depends = Join-Path $content "depends.exe"

. $tools\bins.ps1

Install-ChocolateyZipPackage -PackageName $id -Url $url -Url64 $url64 -UnzipLocation $content
Install-ChocolateyZipPackage `
-PackageName $id `
-Url $url `
-Checksum '03d73abba0e856c81ba994505373fdb94a13b84eb29e6c268be1bf21b7417ca3' `
-ChecksumType 'SHA256' `
-Url64 $url64 `
-Checksum64 '35db68a613874a2e8c1422eb0ea7861f825fc71717d46dabf1f249ce9634b4f1' `
-ChecksumType64 'SHA256' `
-UnzipLocation $content

New-GuiBin -Name $depends

0 comments on commit 0d1fb8d

Please sign in to comment.