mirror of https://github.com/helm/helm
Commands shasum -a 256 -c (or) sha256sum -c can read the SHA sum and validate the TAR/ZIP archive
Example:
Download helm-v3.0.2-darwin-amd64.tar.gz.sha256 and helm-v3.0.2-darwin-amd64.tar.gz and running below will resule in
shasum -a 256 -c helm-v3.0.2-darwin-amd64.tar.gz.sha256
helm-v3.0.2-darwin-amd64.tar.gz: OK
Closes #4968
Signed-off-by: Thilak Somasundaram <t2same@gmail.com>
pull/7277/head
parent
d876daa362
commit
96a1434027
Loading…
Reference in new issue