diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-23 14:08:21 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-23 14:08:27 +0200 |
commit | f39d2d33c01d2c249d45bf7b43283b6ca21c913d (patch) | |
tree | f3f475091d3c1d96c81f1cbfa273d7a361dd4743 /python | |
parent | ead3dc6a92b7631e65ccd4df8e514e8b431c71c6 (diff) |
python/build/libs.py: upgrade Boost to 1.70.0
Diffstat (limited to 'python')
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index ac7984afb..103c67b09 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -392,7 +392,7 @@ libnfs = AutotoolsProject( ) boost = BoostProject( - 'http://downloads.sourceforge.net/project/boost/boost/1.69.0/boost_1_69_0.tar.bz2', - '8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406', + 'http://downloads.sourceforge.net/project/boost/boost/1.70.0/boost_1_70_0.tar.bz2', + '430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778', 'include/boost/version.hpp', ) |