conan-io / hooks

Official Conan client hooks
MIT License
32 stars 46 forks source link

[conan-center] Empty checksum is always an error #444

Closed uilianries closed 2 years ago

uilianries commented 2 years ago

/cc @jgsogo

When parsing the yaml, sha256 could be parsed as independent string, instead of a dict ({'sha256': ""}), resulting in a missing case where we did not check the checksum value.