From 5c9d97775f20aa1d7a66bf1e60db1872fe9b9db7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Sep 2020 14:49:10 +0200 Subject: [PATCH] python/build/libs.py: update Boost to 1.74.0 --- python/build/libs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/build/libs.py b/python/build/libs.py index a184c5698..4886e8e19 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -433,7 +433,7 @@ libnfs = AutotoolsProject( ) boost = BoostProject( - 'https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2', - '4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402', + 'https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2', + '83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1', 'include/boost/version.hpp', )