mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04: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:
parent
560d6cdb3f
commit
97347ebced
1 changed files with 1 additions and 1 deletions
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
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue