Skip to content

Commit 97232e7

Browse files
committed
Update libmultiprocess library
Fix "Disable GCC suggest-override warnings for proxy clients" bitcoin-core/libmultiprocess#40 is needed to prevent cirrus GCC failure https://cirrus-ci.com/task/6000489311502336?command=ci#L4294 This also includes other recent changes bitcoin-core/libmultiprocess#35 Fix README.md markdown bitcoin-core/libmultiprocess#37 Add "make check" target to build and run tests bitcoin-core/libmultiprocess#38 Add "extends" inherited method support bitcoin-core/libmultiprocess#41 Avoid depending on argument default constructors bitcoin-core/libmultiprocess#42 Support attaching custom cleanup functions to proxy client and server classes bitcoin-core/libmultiprocess#43 Drop hardcoded #include lines in generated files
1 parent 7450a01 commit 97232e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/native_libmultiprocess.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_libmultiprocess
2-
$(package)_version=5741d750a04e644a03336090d8979c6d033e32c0
2+
$(package)_version=d576d975debdc9090bd2582f83f49c76c0061698
33
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
44
$(package)_file_name=$($(package)_version).tar.gz
5-
$(package)_sha256_hash=ac848db49a6ed53e423c62d54bd87f1f08cbb0326254a8667e10bbfe5bf032a4
5+
$(package)_sha256_hash=9f8b055c8bba755dc32fe799b67c20b91e7b13e67cadafbc54c0f1def057a370
66
$(package)_dependencies=native_capnp
77

88
define $(package)_config_cmds

0 commit comments

Comments
 (0)