diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-06-07 18:22:29 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-08 07:39:19 +0700 |
commit | 109010527048e9ff3ab9d7fa005e56623f1fca3e (patch) | |
tree | 4119b8ff664f651323d47dca15437fd109ae7601 /python | |
parent | 255925611c7de5dcd5a394b949a751eda3621938 (diff) | |
download | slackbuilds-109010527048e9ff3ab9d7fa005e56623f1fca3e.tar.gz |
python/python3-pyzmq: Updated for version 19.0.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pyzmq/python3-pyzmq.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-pyzmq/python3-pyzmq.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pyzmq/python3-pyzmq.SlackBuild b/python/python3-pyzmq/python3-pyzmq.SlackBuild index 515fb33d09..de8ab3db27 100644 --- a/python/python3-pyzmq/python3-pyzmq.SlackBuild +++ b/python/python3-pyzmq/python3-pyzmq.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild script for python3-pyzmq # Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2016-2019 Christoph Willing Brisbane, Australia +# Copyright 2016-2021 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=python3-pyzmq SRCNAM=pyzmq -VERSION=${VERSION:-18.1.1} +VERSION=${VERSION:-19.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pyzmq/python3-pyzmq.info b/python/python3-pyzmq/python3-pyzmq.info index f5a5b721e3..1d649eb316 100644 --- a/python/python3-pyzmq/python3-pyzmq.info +++ b/python/python3-pyzmq/python3-pyzmq.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyzmq" -VERSION="18.1.1" +VERSION="19.0.2" HOMEPAGE="https://github.com/zeromq/pyzmq" -DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.1.1/pyzmq-18.1.1.tar.gz" -MD5SUM="2a5c336dc942825006699bea9761d842" +DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v19.0.2/pyzmq-19.0.2.tar.gz" +MD5SUM="dfffada96ae10d3b0afbaa9b8378433e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zeromq" |