Skip to content

Commit

Permalink
change shasum from 512 to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPalmer1 committed Oct 28, 2020
1 parent d174298 commit 85af55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dist:
@rm -rf dist && mkdir dist
@for f in $(FILES); do \
(cd $(shell pwd)/build/$$f && tar -cvzf ../../dist/$$f.tar.gz *); \
(cd $(shell pwd)/dist && shasum -a 512 $$f.tar.gz > $$f.sha512); \
(cd $(shell pwd)/dist && shasum -a 256 $$f.tar.gz > $$f.sha256); \
echo $$f; \
done

Expand Down

0 comments on commit 85af55f

Please sign in to comment.