diff options
author | merge-script <fanquake@gmail.com> | 2024-07-24 09:11:00 +0100 |
---|---|---|
committer | merge-script <fanquake@gmail.com> | 2024-07-24 09:11:00 +0100 |
commit | 1518c086fd2f4b4d2b0b79027d886cb9c7e38e81 (patch) | |
tree | c35c587ae14ffc4972dafe446d3db1780b3be435 /depends | |
parent | 2c86bb002caf60093f1b221c9632746276f1159e (diff) | |
parent | ec0e805d11d6a73c542032fc49a58a1d05b62d24 (diff) |
Merge bitcoin/bitcoin#30513: depends: Bump `libmultiprocess` for CMake fixes
ec0e805d11d6a73c542032fc49a58a1d05b62d24 depends: Bump `libmultiprocess` for CMake fixes (Hennadii Stepanov)
Pull request description:
This PR amends https://github.com/bitcoin/bitcoin/pull/30490 and bumps the upstream branch, which now includes a required CMake [fix](https://github.com/chaincodelabs/libmultiprocess/pull/103).
Addresses https://github.com/bitcoin/bitcoin/pull/30490#issuecomment-2241153244.
The CI logs are available in https://github.com/bitcoin/bitcoin/pull/29790 where the recent [push](https://github.com/hebasto/bitcoin/tree/pr29790-0723.2.mp) uses this PR implementation.
ACKs for top commit:
ryanofsky:
Code review ACK ec0e805d11d6a73c542032fc49a58a1d05b62d24
theuni:
utACK ec0e805d11d6a73c542032fc49a58a1d05b62d24.
Tree-SHA512: e300a27bcab80a63a518719e9af8e10a938294fc07289cadbf4a7744627c10b0e9541a36971d08b65152f3f7d0eb434e427274d9c9d9f0bdd216afd914027a0f
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/native_libmultiprocess.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/packages/native_libmultiprocess.mk b/depends/packages/native_libmultiprocess.mk index ea08eefea6..2e30be434c 100644 --- a/depends/packages/native_libmultiprocess.mk +++ b/depends/packages/native_libmultiprocess.mk @@ -1,8 +1,8 @@ package=native_libmultiprocess -$(package)_version=8b8a4766ce0a1892b9e8a5eb73dc39821005e520 +$(package)_version=6aca5f389bacf2942394b8738bbe15d6c9edfb9b $(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive $(package)_file_name=$($(package)_version).tar.gz -$(package)_sha256_hash=475c0dc2357a2ff30e9a164e4c16dc8a6597a57c9193d646fa9cbf0a55c45d78 +$(package)_sha256_hash=2efeed53542bc1d8af3291f2b6f0e5d430d86a5e04e415ce33c136f2c226a51d $(package)_dependencies=native_capnp define $(package)_config_cmds |