python/pyzmq: Updated for version 18.0.0.
This commit is contained in:
parent
e2294a37dc
commit
4f29531ac4
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue