Skip to content

Commit

Permalink
make release: use SHA-256 instead of MD5
Browse files Browse the repository at this point in the history
As recommended by the linter in opam-repository.
  • Loading branch information
aantron committed May 28, 2024
1 parent 8eb7cf2 commit d30fa5e
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 @@ -162,5 +162,5 @@ release : clean
release-finish :
opam remove -y dream-pure dream-httpaf dream
opam pin remove -y dream-pure dream-httpaf dream
md5sum $(RELEASE).tar.gz
sha256sum $(RELEASE).tar.gz
ls -l $(RELEASE).tar.gz

0 comments on commit d30fa5e

Please sign in to comment.