mirror of
https://github.com/helm/helm.git
synced 2026-08-09 17:39:28 +00:00
fixup! Updated make to create two files sha256/sha256sum Please link sha256sum as checksum file in GIT releases page for future release
Signed-off-by: Thilak Somasundaram <t2same@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -156,7 +156,7 @@ sign:
|
||||
.PHONY: checksum
|
||||
checksum:
|
||||
for f in _dist/*.{gz,zip} ; do \
|
||||
shasum -a 256 "$${f}" | tee "$${f}.sha256sum" | awk '{print $$1}' > "$${f}.sha256" ; \
|
||||
shasum -a 256 "$${f}" | sed 's/_dist\///' | tee "$${f}.sha256sum" | awk '{print $$1}' > "$${f}.sha256" ; \
|
||||
done
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user