diff options
-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', ) |