On Oct 15, 2021, at 3:44 AM, Chris via Boost-users
Trying to use version 77 I get a "wrong checksum" message:
Failed to download sources: module boost: Wrong sha256 checksum for boost_1_77_0.tar.bz2, expected "fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854", was "4ffd1325229da00455ae95a68de976d053e46315628ffcd57a433238e74e7eab"
If I change the checksum in the download command to that shown above I get a "not a .bz2 file" message.
I just downloaded https://boostorg.jfrog.io/native/main/release/1.77.0/source/boost_1_77_0.tar... https://boostorg.jfrog.io/native/main/release/1.77.0/source/boost_1_77_0.tar... , and it expanded w/o error. % shasum -a 256 /Users/marshall/Downloads/boost_1_77_0.tar.bz2 fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854 /Users/marshall/Downloads/boost_1_77_0.tar.bz2 Where did you download it from? — Marshall