Badgerati/Edison

ChocolateyInstall script needs to include Checksum of binaries

Badgerati opened this issue · 1 comments

The ChocolateyInstall.ps1 script now needs to include the checksum of the binaries zip file when downloading.

The checksum can be generated using the choco install checksum program, via:

checksum -t sha256 -f $version-Binaries.zip

This checksum was manually added and pushed with v1.2.1.9.

Now adding, and automating via Jenkins, for v1.3.0