python/python3-pyzmq: Updated for version 16.0.3

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2017-10-31 21:46:53 +10:00 committed by Willy Sudiarto Raharjo
parent 1bbf6fc9df
commit 3dcc7bdf2f
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
PRGNAM=python3-pyzmq
SRCNAM=pyzmq
VERSION=${VERSION:-16.0.2}
VERSION=${VERSION:-16.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pyzmq"
VERSION="16.0.2"
VERSION="16.0.3"
HOMEPAGE="https://github.com/zeromq/pyzmq"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v16.0.2/pyzmq-16.0.2.tar.gz"
MD5SUM="4cf14a2995742253b2b009541f4436f4"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v16.0.3/pyzmq-16.0.3.tar.gz"
MD5SUM="3545107626276a010babad9e50ff6477"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zeromq python3-Cython"