I am trying to install sysinternals using chocolatey
ERROR: Checksum for 'C:\Users\Administrator\AppData\Local\Temp\chocolatey\sysinternals\2017.05.16\SysinternalsSuite.zip' did not meet '97afd4053c69ad26163195250ac53670d39c9f59944c436303d2039a042432e8' for checksum type 'sha256'. Consider passing --ignore-checksums if necessary.
I am seeing this error
How to pass the ignore-cheksums to the chcolatey resource
chocolatey 'sysinternals' do
version '2017.05.16'
action :install
end