python/pyzmq: Updated for version 14.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2014-03-16 11:39:37 +07:00 committed by Erik Hanson
parent 91e18e09c2
commit e42406fe73
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyzmq
VERSION=${VERSION:-14.0.1}
VERSION=${VERSION:-14.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pyzmq"
VERSION="14.0.1"
VERSION="14.1.0"
HOMEPAGE="https://github.com/zeromq/pyzmq"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v14.0.1.tar.gz"
MD5SUM="b8870d76abac0420556e30015ffaf894"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v14.1.0.tar.gz"
MD5SUM="2bd82efad3cbddf5cc7dffe57e46a224"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython zeromq"