diff options
author | Ryan Ofsky <ryan@ofsky.org> | 2024-07-24 17:09:38 -0400 |
---|---|---|
committer | Ryan Ofsky <ryan@ofsky.org> | 2024-09-23 16:03:04 -0400 |
commit | 070e6a32d5ff4be2f4f1f6a8200fba2f61df16e3 (patch) | |
tree | 8e0ee59e663430b7bd218aba0bf3b05578aae573 /depends | |
parent | 90a5786bba4baac1c0270e1f4bf5bb8c790e10de (diff) |
depends: Update libmultiprocess library for cmake headers target
This update brings in the following changes:
https://github.com/chaincodelabs/libmultiprocess/pull/107 example: Remove manual client adding
https://github.com/chaincodelabs/libmultiprocess/pull/108 doc: Add comments for socket descriptor handling when forking
https://github.com/chaincodelabs/libmultiprocess/pull/109 example: Add missing thread.join() call so example can exit cleanly
https://github.com/chaincodelabs/libmultiprocess/pull/110 cmake: add target_capnp_sources headers target
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 185ef9489e..3fa5faa4ba 100644 --- a/depends/packages/native_libmultiprocess.mk +++ b/depends/packages/native_libmultiprocess.mk @@ -1,8 +1,8 @@ package=native_libmultiprocess -$(package)_version=c1b4ab4eb897d3af09bc9b3cc30e2e6fff87f3e2 +$(package)_version=015e95f7ebaa47619a213a19801e7fffafc56864 $(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive $(package)_file_name=$($(package)_version).tar.gz -$(package)_sha256_hash=6edf5ad239ca9963c78f7878486fb41411efc9927c6073928a7d6edf947cac4a +$(package)_sha256_hash=4b1266b121337f3f6f37e1863fba91c1a5ee9ad126bcffc6fe6b9ca47ad050a1 $(package)_dependencies=native_capnp define $(package)_config_cmds |