python/python3-pyzmq: Updated for version 18.0.1

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2019-03-06 18:44:52 +10:00 committed by Willy Sudiarto Raharjo
parent f60a7d268d
commit bbda2e92fa
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.0.0}
VERSION=${VERSION:-18.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pyzmq"
VERSION="18.0.0"
VERSION="18.0.1"
HOMEPAGE="https://github.com/zeromq/pyzmq"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.0.0/pyzmq-18.0.0.tar.gz"
MD5SUM="503144223e561eccd101cddd8bc7b655"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.0.1/pyzmq-18.0.1.tar.gz"
MD5SUM="7ec349490ccc190c6c30f0094f38cc60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zeromq python3-Cython"