diff options
author | Max Kellermann <max@duempel.org> | 2016-05-27 15:27:41 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-05-27 15:27:44 +0200 |
commit | 718f6d9cef804fa6bfbdfba38a31b4ce68d5ed30 (patch) | |
tree | 98be2770342faaa711e976f294695d0197b825c6 /python/build/libs.py | |
parent | 2ee43c403cca1184938c167e6fbed9dfbd64f030 (diff) |
python/libs: upgrade Boost to 1.61.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 a50ce1fe1..f87c73c5c 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -103,7 +103,7 @@ curl = AutotoolsProject( ) boost = BoostProject( - 'http://netcologne.dl.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.tar.bz2', - '6aa9a5c6a4ca1016edd0ed1178e3cb87', + 'http://downloads.sourceforge.net/boost/boost_1_61_0.tar.bz2', + '6095876341956f65f9d35939ccea1a9f', 'include/boost/version.hpp', ) |