diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 20:32:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:20 +0700 |
commit | f4acc28992c57fce40ca287cd5efd16958de2700 (patch) | |
tree | 8df3e435fcd362e09edea781a37b410f3d0ef05f /python | |
parent | e8ccb0f5b788d3140c56b0f2a7b6394fe51df414 (diff) |
python/pyzmq: Updated for version 19.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pyzmq/pyzmq.SlackBuild | 4 | ||||
-rw-r--r-- | python/pyzmq/pyzmq.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pyzmq/pyzmq.SlackBuild b/python/pyzmq/pyzmq.SlackBuild index 0ec4c4d74844..e7fd4b87711e 100644 --- a/python/pyzmq/pyzmq.SlackBuild +++ b/python/pyzmq/pyzmq.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for PyZMQ -# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyzmq -VERSION=${VERSION:-18.1.1} +VERSION=${VERSION:-19.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pyzmq/pyzmq.info b/python/pyzmq/pyzmq.info index 5bc0d715badc..dab11d0ac23a 100644 --- a/python/pyzmq/pyzmq.info +++ b/python/pyzmq/pyzmq.info @@ -1,8 +1,8 @@ PRGNAM="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" |