Skip to content

Commit

Permalink
Regenerate artifacts with minimum ZeroMQ dependency 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Mar 7, 2018
1 parent b6cf93b commit e826b56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# --build-png Builds PNG libraries.
# --build-qrencode Builds QREncode libraries.
# --build-boost Builds Boost libraries.
# --build-zmq Build ZeroMQ libraries.
# --build-dir=<path> Location of downloaded and intermediate files.
# --prefix=<absolute-path> Library install location (defaults to /usr/local).
# --disable-shared Disables shared library builds.
Expand Down Expand Up @@ -56,8 +57,8 @@ QRENCODE_ARCHIVE="qrencode-3.4.4.tar.bz2"

# ZMQ archive.
#------------------------------------------------------------------------------
ZMQ_URL="https://github.com/zeromq/libzmq/releases/download/v4.2.3/zeromq-4.2.3.tar.gz"
ZMQ_ARCHIVE="zeromq-4.2.3.tar.gz"
ZMQ_URL="https://github.com/zeromq/libzmq/releases/download/v4.2.0/zeromq-4.2.0.tar.gz"
ZMQ_ARCHIVE="zeromq-4.2.0.tar.gz"

# Boost archive.
#------------------------------------------------------------------------------
Expand Down

0 comments on commit e826b56

Please sign in to comment.