python/python3-pyzmq: Updated for version 17.1.2

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2018-11-16 15:46:54 +10:00 committed by Willy Sudiarto Raharjo
parent b6891f2cf7
commit 3aaff014e3
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.1.0}
VERSION=${VERSION:-17.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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