diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-05 07:16:38 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-05 07:16:38 +0100 |
commit | a60dee57ce5dcdb288ac469e951aca231ea358d9 (patch) | |
tree | 33f944bce1db531a3c680eea7942d9ba042c39f2 /python/build/libs.py | |
parent | 5724656acb2058c6adb6bd4040fb0867576c6353 (diff) |
python/libs: upgrade Boost to 1.66.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 5acabf695..a5cc689e9 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -123,7 +123,7 @@ curl = AutotoolsProject( ) boost = BoostProject( - 'http://downloads.sourceforge.net/project/boost/boost/1.65.1/boost_1_65_1.tar.bz2', - '9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81', + 'http://downloads.sourceforge.net/project/boost/boost/1.66.0/boost_1_66_0.tar.bz2', + '5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9', 'include/boost/version.hpp', ) |