python/libs: upgrade Boost to 1.64

This commit is contained in:
Max Kellermann 2017-04-24 20:43:04 +02:00
parent edaa7d7748
commit ac2e4e593d
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ curl = AutotoolsProject(
)
boost = BoostProject(
'http://downloads.sourceforge.net/project/boost/boost/1.63.0/boost_1_63_0.tar.bz2',
'beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0',
'http://downloads.sourceforge.net/project/boost/boost/1.64.0/boost_1_64_0.tar.bz2',
'7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332',
'include/boost/version.hpp',
)