chore(checksum): adding blake3 to checksums

BREAKING_CHANGE:
Adding blake3 nees b3sum as a dependency
This commit is contained in:
MartinFillon 2023-12-14 16:41:01 +01:00 committed by Christina E. Sørensen
parent 27edee1e7d
commit d6ae782d48

View File

@ -165,6 +165,10 @@ checksum:
@echo '```'
@md5sum ./target/"bin-$(convco version)"/*
@echo '```'
@echo "## blake3sum"
@echo '```'
@b3sum ./target/"bin-$(convco version)"/*
@echo '```'
alias c := cross