diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-17 17:13:35 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-17 17:13:39 +0200 |
commit | aaf588aeaa4451dc6bc2bd7101093b559f73aeff (patch) | |
tree | 8e9449ef3a60c374c50355ceb342c95996b6595d /python | |
parent | 533a3def9f300a2c4cd6f5baa303e6e6f2ae0e14 (diff) |
python/libs: upgrade Boost to 1.68.0
Diffstat (limited to 'python')
-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 f94d9eb71..ceab85c09 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -380,7 +380,7 @@ libnfs = AutotoolsProject( ) boost = BoostProject( - 'http://downloads.sourceforge.net/project/boost/boost/1.66.0/boost_1_66_0.tar.bz2', - '5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9', + 'http://downloads.sourceforge.net/project/boost/boost/1.68.0/boost_1_68_0.tar.bz2', + '7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7', 'include/boost/version.hpp', ) |