summaryrefslogtreecommitdiffstats
path: root/python/pyzmq
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-02-19 14:19:09 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-23 08:26:52 +0700
commit4f29531ac473880cd546144806b12078de39a524 (patch)
tree81c687170cd3f4526c13e4c7cae7c05b199559b5 /python/pyzmq
parente2294a37dc0975abd0b17bcefd4184afc100fd79 (diff)
downloadslackbuilds-4f29531ac473880cd546144806b12078de39a524.tar.gz
slackbuilds-4f29531ac473880cd546144806b12078de39a524.tar.xz
python/pyzmq: Updated for version 18.0.0.
Diffstat (limited to 'python/pyzmq')
-rw-r--r--python/pyzmq/pyzmq.SlackBuild4
-rw-r--r--python/pyzmq/pyzmq.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pyzmq/pyzmq.SlackBuild b/python/pyzmq/pyzmq.SlackBuild
index a2420a4ced..9915bcfd1c 100644
--- a/python/pyzmq/pyzmq.SlackBuild
+++ b/python/pyzmq/pyzmq.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for PyZMQ
-# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2013-2019 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:-17.1.2}
+VERSION=${VERSION:-18.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pyzmq/pyzmq.info b/python/pyzmq/pyzmq.info
index c0cdc56043..a93b4eec68 100644
--- a/python/pyzmq/pyzmq.info
+++ b/python/pyzmq/pyzmq.info
@@ -1,8 +1,8 @@
PRGNAM="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"