Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

choco: add checksum #1

Closed
mh-cbon opened this issue Aug 4, 2016 · 0 comments
Closed

choco: add checksum #1

mh-cbon opened this issue Aug 4, 2016 · 0 comments

Comments

@mh-cbon
Copy link
Owner

mh-cbon commented Aug 4, 2016

relates to http://us8.campaign-archive1.com/?u=86a6d80146a0da7f2223712e4&id=f2fe8dbe6b

TBD

in chocolateyInstall.ps1

update the call to Install-ChocolateyInstallPackage add parameters to check the sum

  [-Checksum <String>] 
  [-ChecksumType <String>]

https://chocolatey.org/docs/helpers-install-chocolatey-package

TODO

  • add fn to compute sha1 checksum of a given path
  • update chocomanifest to add a new field holding the checksum value
  • update chocolateyInstall.ps1 to add the new parameters
  • update chocoMake to compute the checksum set it on the manifest

FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant