python/build/libs.py: update Boost to 1.73.0

This commit is contained in:
Max Kellermann 2020-05-07 14:18:20 +02:00
parent f24ab120ee
commit 2cc323c9fe
1 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@ libnfs = AutotoolsProject(
) )
boost = BoostProject( boost = BoostProject(
'https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2', 'https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2',
'59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722', '4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402',
'include/boost/version.hpp', 'include/boost/version.hpp',
) )