python/python3-pyzmq: Updated foe version 17.1.0

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2018-07-17 11:41:24 +10:00 committed by Willy Sudiarto Raharjo
parent 3aea08c8e1
commit 886e54c504
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:-17.0.0}
VERSION=${VERSION:-17.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pyzmq"
VERSION="17.0.0"
VERSION="17.1.0"
HOMEPAGE="https://github.com/zeromq/pyzmq"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v17.0.0/pyzmq-17.0.0.tar.gz"
MD5SUM="29dcd90cd6e862ce9b4a0e5efd74ada8"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v17.1.0/pyzmq-17.1.0.tar.gz"
MD5SUM="a9831a3fe1b043ac6fa379b48bbd5626"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zeromq python3-Cython"