diff options
author | Max Kellermann <max@musicpd.org> | 2019-09-01 13:03:50 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-09-01 13:03:50 +0200 |
commit | 193e637dd9516d0c1d2236ace511eba8971d30ef (patch) | |
tree | d3de17b292dcca0bef82ce2244b4f495c25be2fc /python/build/libs.py | |
parent | 928bee933db20b1be65d5f434dce009523f9abae (diff) |
python/build/libs: update Boost to 1.71.0
Diffstat (limited to 'python/build/libs.py')
-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 270765fec..bf45eb573 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.70.0/boost_1_70_0.tar.bz2', - '430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778', + 'https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2', + 'd73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee', 'include/boost/version.hpp', ) |