mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/pyzmq: Updated for version 19.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e8ccb0f5b7
commit
f4acc28992
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# SlackBuild script for PyZMQ
|
||||
|
||||
# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pyzmq
|
||||
VERSION=${VERSION:-18.1.1}
|
||||
VERSION=${VERSION:-19.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyzmq"
|
||||
VERSION="18.1.1"
|
||||
VERSION="19.0.2"
|
||||
HOMEPAGE="https://github.com/zeromq/pyzmq"
|
||||
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.1.1/pyzmq-18.1.1.tar.gz"
|
||||
MD5SUM="2a5c336dc942825006699bea9761d842"
|
||||
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v19.0.2/pyzmq-19.0.2.tar.gz"
|
||||
MD5SUM="dfffada96ae10d3b0afbaa9b8378433e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zeromq"
|
||||
|
|
Loading…
Reference in a new issue