summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-08-23 17:46:25 +0200
committerMax Kellermann <max@musicpd.org>2017-08-23 17:46:25 +0200
commit07d8259ad63e8218db05d700cba79af00752e952 (patch)
tree370b381fd8f7f2a2f87c5d5ff3bd2c07a058c762 /python
parenta00d4120087cbc50543ba7c91e574f066ce130c0 (diff)
python/libs: upgrade Boost to 1.65
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index 1bc22639e..8ac96f040 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -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',
)