Update boost dependencies to version 1.79.0

This commit is contained in:
Kris Nuttycombe 2022-04-13 21:04:22 -06:00
parent 958bcf2dac
commit 57d9d9ee05
3 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,8 @@
package=boost
$(package)_version=1_78_0
$(package)_version=1_79_0
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$(subst _,.,$($(package)_version))/source/
$(package)_file_name=boost_$($(package)_version).tar.bz2
$(package)_sha256_hash=8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
$(package)_sha256_hash=475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39
$(package)_dependencies=native_b2
ifneq ($(host_os),darwin)

View File

@ -16,4 +16,9 @@ Build system
- `zcutil/build.sh` now automatically runs `zcutil/clean.sh` to remove
files created by previous builds. We previously recommended to do this
manually.
manually.
Dependencies
------------
- The `boost` and `native_b2` dependencies have been updated to version 1.79.0

View File

@ -24,10 +24,6 @@ libcxx 14.0.0 2022-05-01
libcxx 14.0.1 2022-05-01
native_rust 1.60.0 2022-05-01
# Postponed until after 4.7.0 release
boost 1.79.0 2022-05-01
native_b2 1.79.0 2022-05-01
# We're never updating to this version
bdb 18.1.40 2024-02-01