Open passcod opened 2 years ago
Also the format of these is a text file containing either:
shaNsum
CLI tool formatAlso the format of these is a text file containing the hash in hex and nothing else.
git-cliff also contains the filename of the archive, which I think is generated by sha512
command.
We can simply trim that though.
Something a number of packages do is have a
.sha256
(and/or others) alongside the file in the releases:Once we have checksum-checking support, we should auto-discover those for common hash algorithms (
sha256
,sha512
,b2
,b3
).