mirror of
https://github.com/helm/helm.git
synced 2026-08-08 17:11:18 +00:00
fix(Makefile): update outdated .sha256 comment for Helm v4 (#32323)
Signed-off-by: Akanksha Trehun <akankshatrehun@gmail.com>
This commit is contained in:
7
Makefile
7
Makefile
@@ -200,11 +200,10 @@ sign:
|
||||
|
||||
# The contents of the .sha256sum file are compatible with tools like
|
||||
# shasum. For example, using the following command will verify
|
||||
# the file helm-3.1.0-rc.1-darwin-amd64.tar.gz:
|
||||
# shasum -a 256 -c helm-3.1.0-rc.1-darwin-amd64.tar.gz.sha256sum
|
||||
# the file helm-4.0.0-darwin-amd64.tar.gz:
|
||||
# shasum -a 256 -c helm-4.0.0-darwin-amd64.tar.gz.sha256sum
|
||||
# The .sha256 files hold only the hash and are not compatible with
|
||||
# verification tools like shasum or sha256sum. This method and file can be
|
||||
# removed in Helm v4.
|
||||
# verification tools like shasum or sha256sum.
|
||||
.PHONY: checksum
|
||||
checksum:
|
||||
for f in $$(ls _dist/*.{gz,zip} 2>/dev/null) ; do \
|
||||
|
||||
Reference in New Issue
Block a user