Skip to content

Commit ecb1a91

Browse files
authored
Merge pull request #489 from pmienk/version3
Regenerate artifacts.
2 parents 442c48e + bd8a1f0 commit ecb1a91

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,17 @@ AC_MSG_RESULT([$enable_isystem])
145145

146146
# Check dependencies.
147147
#==============================================================================
148-
# Require Boost of at least version 1.57.0 and output ${boost_CPPFLAGS/LDFLAGS}.
148+
# Require Boost of at least version 1.62.0 and output ${boost_CPPFLAGS/LDFLAGS}.
149149
#------------------------------------------------------------------------------
150150
AS_CASE([${CC}], [*],
151-
[AX_BOOST_BASE([1.57.0],
151+
[AX_BOOST_BASE([1.62.0],
152152
[AC_SUBST([boost_CPPFLAGS], [${BOOST_CPPFLAGS}])
153153
AC_SUBST([boost_ISYS_CPPFLAGS], [`echo ${BOOST_CPPFLAGS} | $SED s/^-I/-isystem/g | $SED s/' -I'/' -isystem'/g`])
154154
AC_SUBST([boost_LDFLAGS], [${BOOST_LDFLAGS}])
155155
AC_MSG_NOTICE([boost_CPPFLAGS : ${boost_CPPFLAGS}])
156156
AC_MSG_NOTICE([boost_ISYS_CPPFLAGS : ${boost_ISYS_CPPFLAGS}])
157157
AC_MSG_NOTICE([boost_LDFLAGS : ${boost_LDFLAGS}])],
158-
[AC_MSG_ERROR([Boost 1.57.0 or later is required but was not found.])])])
158+
[AC_MSG_ERROR([Boost 1.62.0 or later is required but was not found.])])])
159159

160160
AS_CASE([${enable_isystem}],[yes],
161161
[AC_SUBST([boost_BUILD_CPPFLAGS], [${boost_ISYS_CPPFLAGS}])],

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ BUILD_DIR="build-libbitcoin-server"
3434

3535
# ZMQ archive.
3636
#------------------------------------------------------------------------------
37-
ZMQ_URL="https://github.com/zeromq/libzmq/releases/download/v4.2.0/zeromq-4.2.0.tar.gz"
38-
ZMQ_ARCHIVE="zeromq-4.2.0.tar.gz"
37+
ZMQ_URL="https://github.com/zeromq/libzmq/releases/download/v4.2.5/zeromq-4.2.5.tar.gz"
38+
ZMQ_ARCHIVE="zeromq-4.2.5.tar.gz"
3939

4040
# Boost archive.
4141
#------------------------------------------------------------------------------
42-
BOOST_URL="http://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.tar.bz2"
43-
BOOST_ARCHIVE="boost_1_57_0.tar.bz2"
42+
BOOST_URL="http://downloads.sourceforge.net/project/boost/boost/1.62.0/boost_1_62_0.tar.bz2"
43+
BOOST_ARCHIVE="boost_1_62_0.tar.bz2"
4444

4545

4646
# Define utility functions.

0 commit comments

Comments
 (0)