diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-04-12 13:08:50 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:35 +0700 |
commit | ca1498ea87d019f95d49064f7c7fa8c037fb8aa2 (patch) | |
tree | e09c3930cfd9b741a2d5ee8f2ba3dd25397ca1b2 /python/python3-pyzmq | |
parent | cedb79443dc84e4700bd972b4ef0934bed96c219 (diff) |
python/python3-pyzmq: Updated for version 22.3.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyzmq')
-rw-r--r-- | python/python3-pyzmq/python3-pyzmq.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-pyzmq/python3-pyzmq.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-pyzmq/python3-pyzmq.SlackBuild b/python/python3-pyzmq/python3-pyzmq.SlackBuild index bacaa081431f..07e07233a4f4 100644 --- a/python/python3-pyzmq/python3-pyzmq.SlackBuild +++ b/python/python3-pyzmq/python3-pyzmq.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild script for python3-pyzmq # Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2016-2021 Christoph Willing Brisbane, Australia +# Copyright 2016-2022 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyzmq SRCNAM=pyzmq -VERSION=${VERSION:-19.0.2} +VERSION=${VERSION:-22.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python3-pyzmq/python3-pyzmq.info b/python/python3-pyzmq/python3-pyzmq.info index 1d649eb316fc..d82f673f5567 100644 --- a/python/python3-pyzmq/python3-pyzmq.info +++ b/python/python3-pyzmq/python3-pyzmq.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyzmq" -VERSION="19.0.2" +VERSION="22.3.0" HOMEPAGE="https://github.com/zeromq/pyzmq" -DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v19.0.2/pyzmq-19.0.2.tar.gz" -MD5SUM="dfffada96ae10d3b0afbaa9b8378433e" +DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v22.3.0/pyzmq-22.3.0.tar.gz" +MD5SUM="cea95439e505ee70c3c43bd671a9e296" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zeromq" |