We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164e1be commit 43bd794Copy full SHA for 43bd794
scripts/build_libzmq.sh
@@ -3,8 +3,8 @@ set -e
3
4
test -d zmq || mkdir zmq
5
6
-ZMQ=4.1.6
7
-ZMQ_REPO=zeromq/zeromq4-1
+ZMQ=4.2.0
+ZMQ_REPO=zeromq/libzmq
8
9
realpath() {
10
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
0 commit comments