diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-02-21 08:56:49 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-23 08:26:57 +0700 |
commit | 3776713bf28d09b07c57a746cb86540d05806ec5 (patch) | |
tree | 459fb2019173622d9bde6b2fcc760049615f8a12 /python | |
parent | 498a05696e3130c74d77df0863146aa5fbcf41cc (diff) | |
download | slackbuilds-3776713bf28d09b07c57a746cb86540d05806ec5.tar.gz |
python/python3-pyzmq: Updated for version 18.0.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
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 3474351610..eab4daf1d3 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-2018 Christoph Willing Brisbane, Australia +# Copyright 2016-2019 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:-17.1.2} +VERSION=${VERSION:-18.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pyzmq/python3-pyzmq.info b/python/python3-pyzmq/python3-pyzmq.info index ff6639fee8..4b954d5bff 100644 --- a/python/python3-pyzmq/python3-pyzmq.info +++ b/python/python3-pyzmq/python3-pyzmq.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyzmq" -VERSION="17.1.2" +VERSION="18.0.0" HOMEPAGE="https://github.com/zeromq/pyzmq" -DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v17.1.2/pyzmq-17.1.2.tar.gz" -MD5SUM="b368115d2c5989dc45ec63a9da801df6" +DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.0.0/pyzmq-18.0.0.tar.gz" +MD5SUM="503144223e561eccd101cddd8bc7b655" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zeromq python3-Cython" |