diff options
author | Max Kellermann <max@musicpd.org> | 2019-01-21 10:12:52 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-01-21 10:19:46 +0100 |
commit | 37debed0b827eb272f6e1040e80ea8f09203d153 (patch) | |
tree | c9e15236ca4d22c893a39f06a863aa4383e0f8d9 /python/build | |
parent | 008383f24a0adac6502d7207806f41a9c43afb86 (diff) |
python/build/libs.py: upgrade Boost to 1.69.0
Diffstat (limited to 'python/build')
-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 0bddc70af..16b94fad5 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.68.0/boost_1_68_0.tar.bz2', - '7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7', + 'http://downloads.sourceforge.net/project/boost/boost/1.69.0/boost_1_69_0.tar.bz2', + '8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406', 'include/boost/version.hpp', ) |