summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-01-17 15:21:39 +0100
committerMax Kellermann <max@musicpd.org>2020-01-17 15:33:13 +0100
commitb8614048d4ee8b3b2b23bf32524efb425f77109d (patch)
tree5e6f88869fa255823d1da7904a17e60e44bf9cfb /python
parentaed0d13591b44432eca3c70d97964a6986689cdd (diff)
python/build/libs.py: update Boost to 1.72.0
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index b364370dc..7c317d46a 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -397,7 +397,7 @@ libnfs = AutotoolsProject(
)
boost = BoostProject(
- 'https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2',
- 'd73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee',
+ 'https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2',
+ '59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722',
'include/boost/version.hpp',
)