Browse Source
libraries/zeromq: Updated for version 4.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/87/head
Isaac Yu
5 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
libraries/zeromq/zeromq.SlackBuild
-
libraries/zeromq/zeromq.info
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
# Written by Patrick Pippen (dabittweiler@gmail.com) |
|
|
|
|
|
|
|
# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> |
|
|
|
# Copyright 2018-2020 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.2} |
|
|
|
VERSION=${VERSION:-4.3.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="zeromq" |
|
|
|
VERSION="4.3.2" |
|
|
|
VERSION="4.3.3" |
|
|
|
HOMEPAGE="http://www.zeromq.org/" |
|
|
|
DOWNLOAD="https://github.com/zeromq/libzmq/releases/download/v4.3.2/zeromq-4.3.2.tar.gz" |
|
|
|
MD5SUM="2047e917c2cc93505e2579bcba67a573" |
|
|
|
DOWNLOAD="https://github.com/zeromq/libzmq/releases/download/v4.3.3/zeromq-4.3.3.tar.gz" |
|
|
|
MD5SUM="78acc277d95e10812d71b2b3c3c3c9a9" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|