Skip to content

Commit 8f79226

Browse files
committed
depends: zeromq 4.2.3
1 parent 9a75902 commit 8f79226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

depends/packages/zeromq.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=zeromq
2-
$(package)_version=4.2.2
2+
$(package)_version=4.2.3
33
$(package)_download_path=https://github.com/zeromq/libzmq/releases/download/v$($(package)_version)/
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b
5+
$(package)_sha256_hash=8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0
66
$(package)_patches=0001-fix-build-with-older-mingw64.patch
77

88
define $(package)_set_vars

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
2727
| Qt | [5.7.1](https://download.qt.io/official_releases/qt/) | 4.7+ | No | | |
2828
| XCB | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L94) (Linux only) |
2929
| xkbcommon | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L93) (Linux only) |
30-
| ZeroMQ | [4.2.2](https://github.com/zeromq/libzmq/releases) | | No | | |
30+
| ZeroMQ | [4.2.3](https://github.com/zeromq/libzmq/releases) | | No | | |
3131
| zlib | [1.2.11](http://zlib.net/) | | | | No |

0 commit comments

Comments
 (0)