Skip to content

Commit

Permalink
make release: use SHA-256
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Sep 5, 2024
1 parent 821bc0b commit 459fd70
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 @@ -249,7 +249,7 @@ release : check-ejected-build clean
cd test/headers && dune exec ./headers.exe --root .
opam remove -y luv
opam pin remove -y luv
md5sum $(RELEASE).tar.gz
sha256sum $(RELEASE).tar.gz
ls -l $(RELEASE).tar.gz

.PHONY : clean
Expand Down

0 comments on commit 459fd70

Please sign in to comment.