diff options
Diffstat (limited to 'python/python3-pyzmq')
-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 515fb33d09b2..de8ab3db276a 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 f5a5b721e36c..1d649eb316fc 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" |