python/libs: upgrade Boost to 1.63

This commit is contained in:
Max Kellermann 2016-12-29 21:49:28 +01:00
parent a8d6328bd4
commit a0393e9ddf
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.62.0/boost_1_62_0.tar.bz2',
'5fb94629535c19e48703bdb2b2e9490f',
'http://downloads.sourceforge.net/project/boost/boost/1.63.0/boost_1_63_0.tar.bz2',
'beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0',
'include/boost/version.hpp',
)