python/libs: upgrade Boost to 1.65

This commit is contained in:
Max Kellermann 2017-08-23 17:46:25 +02:00
parent a00d412008
commit 07d8259ad6
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ curl = AutotoolsProject(
)
boost = BoostProject(
'http://downloads.sourceforge.net/project/boost/boost/1.64.0/boost_1_64_0.tar.bz2',
'7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332',
'http://downloads.sourceforge.net/project/boost/boost/1.65.0/boost_1_65_0.tar.bz2',
'ea26712742e2fb079c2a566a31f3266973b76e38222b9f88b387e3c8b2f9902c',
'include/boost/version.hpp',
)