Can we provide md5sum for experimental build?

For example, current experimental build path is:

https://builder.blender.org/download/blender-2.83-a24f52c51cff-linux64.tar.xz

Can we provide md5sum like this:

https://builder.blender.org/download/blender-2.83-a24f52c51cff-linux64.tar.xz.md5sum

I am actively download and test blender for new version, an md5sum would help a lot :slight_smile:

That means this would need to be tackled in the buildbot level. Can you make a case on why do you need that? Security?

Sorry for my late reply.

We have a script to download blender from this page everytime, if it is already downloaded, we will skip it.

But due to network issue, sometimes the download failed, and we don’t know if the file is complete, so it would be handy if we have the md5sum to check integrity of the file. :slight_smile: