Skip to content

Commit

Permalink
Update libmultiprocess library
Browse files Browse the repository at this point in the history
Fix "Disable GCC suggest-override warnings for proxy clients" chaincodelabs/libmultiprocess#40 is needed to prevent cirrus GCC failure https://cirrus-ci.com/task/6000489311502336?command=ci#L4294

This also includes other recent changes

chaincodelabs/libmultiprocess#35 Fix README.md markdown bitcoin#35
chaincodelabs/libmultiprocess#37 Add "make check" target to build and run tests bitcoin#37
chaincodelabs/libmultiprocess#38 Add "extends" inherited method support bitcoin#38
  • Loading branch information
ryanofsky committed Dec 8, 2020
1 parent fd3cb66 commit 4c3cac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/native_libmultiprocess.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=native_libmultiprocess
$(package)_version=5741d750a04e644a03336090d8979c6d033e32c0
$(package)_version=4dcd80741e867785100c761d1d8aea4dbdf89d15
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
$(package)_file_name=$($(package)_version).tar.gz
$(package)_sha256_hash=ac848db49a6ed53e423c62d54bd87f1f08cbb0326254a8667e10bbfe5bf032a4
$(package)_sha256_hash=9fe68761c491f80da509dd6f5d9703b2221e9d3d998b37eb680c62b82c0d0ff8
$(package)_dependencies=native_capnp

define $(package)_config_cmds
Expand Down

0 comments on commit 4c3cac5

Please sign in to comment.