问题描述
我希望从此处获取tar.gz GitHub版本的MD5哈希:
I am looking to get the MD5 hash for a tar.gz GitHub release from here:https://github.com/jbeder/yaml-cpp/releases
想在我的CMake中使用它。有人知道我在哪里可以买到吗?我无法通过Google找到很多解决方案。
Would like to use it in my CMake. Does anyone know where I can get it? I could not find much of a solution through Google.
推荐答案
如果GitHub要提供此信息,我希望它是API中提供。 GitHub API当前不提供此信息。如果他们这样做,我希望它会在这里:
If GitHub wanted to provide this information, I would expect it to be provided in the API. The GitHub API doesn't currently provide this information. If they did, I would expect it to be here:https://api.github.com/repos/jbeder/yaml-cpp/releases/latest
更多信息:
如果您希望添加该功能,则可以与。您可以向他们发送电子邮件。
If you'd like the feature added, you could get in contact with @github. You could send them an email.
这篇关于从GitHub版本中哪里获得MD5哈希值?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!