libraries/zeromq: Updated for version 4.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8834c0a241
commit
86ab99cb01
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Written by Patrick Pippen (dabittweiler@gmail.com)
|
||||
|
||||
# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zeromq
|
||||
VERSION=${VERSION:-4.3.1}
|
||||
VERSION=${VERSION:-4.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zeromq"
|
||||
VERSION="4.3.1"
|
||||
VERSION="4.3.2"
|
||||
HOMEPAGE="http://www.zeromq.org/"
|
||||
DOWNLOAD="https://github.com/zeromq/libzmq/releases/download/v4.3.1/zeromq-4.3.1.tar.gz"
|
||||
MD5SUM="64cbf3577afdbfda30358bc757a6ac83"
|
||||
DOWNLOAD="https://github.com/zeromq/libzmq/releases/download/v4.3.2/zeromq-4.3.2.tar.gz"
|
||||
MD5SUM="2047e917c2cc93505e2579bcba67a573"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue