python/python3-pyzmq: Updated for version 18.1.1

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2019-11-30 23:46:56 +10:00 committed by Willy Sudiarto Raharjo
parent 29b1ae1255
commit 4390039ab7
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pyzmq"
VERSION="18.1.0"
VERSION="18.1.1"
HOMEPAGE="https://github.com/zeromq/pyzmq"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.1.0/pyzmq-18.1.0.tar.gz"
MD5SUM="c9bf39f68b8dd91c553fa14a8e3aec76"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.1.1/pyzmq-18.1.1.tar.gz"
MD5SUM="2a5c336dc942825006699bea9761d842"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zeromq python3-Cython"