Skip to content

Commit

Permalink
feat: upgrade libzmq to the latest dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 13, 2022
1 parent 016187f commit f0ae0be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
set -e

ZMQ_VERSION=${ZMQ_VERSION:-"4.3.4"}
ZMQ_VERSION=${ZMQ_VERSION:-"4e193f36fc7d0f729a7c87d55fff18d8c0db5ebf"}

SRC_URL="https://github.com/zeromq/libzmq/releases/download/v${ZMQ_VERSION}/zeromq-${ZMQ_VERSION}.tar.gz"
SRC_DIR="zeromq-${ZMQ_VERSION}"
TARBALL="zeromq-${ZMQ_VERSION}.tar.gz"
SRC_URL="https://github.com/zeromq/libzmq/archive/${ZMQ_VERSION}.tar.gz"
SRC_DIR="libzmq-${ZMQ_VERSION}"
TARBALL="libzmq-${ZMQ_VERSION}.tar.gz"
BUILD_OPTIONS=""

if [ -n "${WINDIR}" ]; then
Expand Down

0 comments on commit f0ae0be

Please sign in to comment.