diff options
author | Max Kellermann <max@musicpd.org> | 2020-09-04 14:49:10 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-09-04 14:49:11 +0200 |
commit | 5c9d97775f20aa1d7a66bf1e60db1872fe9b9db7 (patch) | |
tree | 59776063dfe2f539f393c9c755471d830d64948a /python | |
parent | 64aadcd13f9986818d1f0ecc66c63df6b235de4b (diff) |
python/build/libs.py: update Boost to 1.74.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 a184c5698..4886e8e19 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -433,7 +433,7 @@ libnfs = AutotoolsProject( ) boost = BoostProject( - 'https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2', - '4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402', + 'https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2', + '83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1', 'include/boost/version.hpp', ) |