summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing2018-01-25 02:44:27 +0100
committer Willy Sudiarto Raharjo2018-01-27 01:43:56 +0100
commit2d3017ab1f8cae169149bcc44ffd84561c9e4de2 (patch)
tree1ca6e1b002cdd00a398c9489ccdab4a1253e55dd
parent4f7d018b6f0723eb5f0c11a9a7a91f9e9cdd668b (diff)
downloadslackbuilds-2d3017ab1f8cae169149bcc44ffd84561c9e4de2.tar.gz
python/python3-pyzmq: Updated for version 16.0.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r--python/python3-pyzmq/python3-pyzmq.SlackBuild4
-rw-r--r--python/python3-pyzmq/python3-pyzmq.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pyzmq/python3-pyzmq.SlackBuild b/python/python3-pyzmq/python3-pyzmq.SlackBuild
index ef3a90aa20..748ae6b9e3 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-2017 Christoph Willing Brisbane, Australia
+# Copyright 2016-2018 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:-16.0.3}
+VERSION=${VERSION:-16.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-pyzmq/python3-pyzmq.info b/python/python3-pyzmq/python3-pyzmq.info
index bc80291372..e74f519e8d 100644
--- a/python/python3-pyzmq/python3-pyzmq.info
+++ b/python/python3-pyzmq/python3-pyzmq.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pyzmq"
-VERSION="16.0.3"
+VERSION="16.0.4"
HOMEPAGE="https://github.com/zeromq/pyzmq"
-DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v16.0.3/pyzmq-16.0.3.tar.gz"
-MD5SUM="3545107626276a010babad9e50ff6477"
+DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v16.0.4/pyzmq-16.0.4.tar.gz"
+MD5SUM="5ac30f8daef10e82772a26e76bdb8db9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zeromq python3-Cython"