Problem with missing md5sum for boost in superbuild for 5.10.0-RC1 and 5.10.0-RC2

The superbuild/versions.cmake files entry for boost is missing the md5sum

It should be

superbuild_set_revision(boost
URL “https://www.paraview.org/files/dependencies/boost_1_76_0.tar.bz2
URL_MD5 33334dd7f862e8ac9fe1cc7c6584fb6d)

instead of

superbuild_set_revision(boost
URL “https://www.paraview.org/files/dependencies/boost_1_76_0.tar.bz2
URL_MD5 )

Thanks,

Joe

FYI @ben.boeckel

@joeh : looks like an easy fix, could you take care of it ?

Joe, thanks for your excellent testing and reported solution as usual during the release candidate phase. I’ll make the change to the superbuild.

Oops indeed. Seems I missed pasting the hash back.

This is resolved now by https://gitlab.kitware.com/paraview/paraview-superbuild/-/merge_requests/944