jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
4.91k stars 1.77k forks source link

Is it possible to provide the message digests for the released source code tarballs? #1267

Open bcmundim opened 5 months ago

bcmundim commented 5 months ago

Hi,

I was wondering if you could post along with the released source code tarballs the message digests for them. Any digest (sha1sums, sha256sums, etc...) would be really appreciated.

Thanks, Bruno.

jbeder commented 5 months ago

Is there a native way to do that in GitHub?

bcmundim commented 4 months ago

Not that I know of. Sorry. But here two examples of recent libraries I worked with that provide the hashes along with their release notes:

https://github.com/OpenMathLib/OpenBLAS/releases https://github.com/openpmix/openpmix/releases

I hope that is helpful. Thanks, Bruno.