python/pyzmq: Updated for version 18.0.0.

This commit is contained in:
Benjamin Trigona-Harany 2019-02-19 14:19:09 -08:00 committed by Willy Sudiarto Raharjo
parent e2294a37dc
commit 4f29531ac4
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# SlackBuild script for PyZMQ # SlackBuild script for PyZMQ
# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyzmq PRGNAM=pyzmq
VERSION=${VERSION:-17.1.2} VERSION=${VERSION:-18.0.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="pyzmq" PRGNAM="pyzmq"
VERSION="17.1.2" VERSION="18.0.0"
HOMEPAGE="https://github.com/zeromq/pyzmq" HOMEPAGE="https://github.com/zeromq/pyzmq"
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v17.1.2/pyzmq-17.1.2.tar.gz" DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.0.0/pyzmq-18.0.0.tar.gz"
MD5SUM="b368115d2c5989dc45ec63a9da801df6" MD5SUM="503144223e561eccd101cddd8bc7b655"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="zeromq" REQUIRES="zeromq"