From 153d464ce8162928a94aaa7649c316f47a5a12f9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 19 Jan 2021 18:05:16 +0100 Subject: [PATCH] python/build/libs.py: update Boost to 1.75.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 c9cfd1d25..e29d24009 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -434,7 +434,7 @@ libnfs = AutotoolsProject( ) boost = BoostProject( - 'https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2', - '83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1', + 'https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2', + '953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb', 'include/boost/version.hpp', )