diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 07:49:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 08:08:00 +0700 |
commit | b834c2a4254e034104258739b7fcd4de65b9654f (patch) | |
tree | 9b42f79b259e660b7114c510d4b5452af9ddda64 /python/python-qrcode | |
parent | 35a6f1378732eed99af00dd86a9086f16dd8ca11 (diff) |
python/python-qrcode: Updated for version 7.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-qrcode')
-rw-r--r-- | python/python-qrcode/python-qrcode.SlackBuild | 7 | ||||
-rw-r--r-- | python/python-qrcode/python-qrcode.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python-qrcode/python-qrcode.SlackBuild b/python/python-qrcode/python-qrcode.SlackBuild index c9f30c3c3f65..b7153c03cfb5 100644 --- a/python/python-qrcode/python-qrcode.SlackBuild +++ b/python/python-qrcode/python-qrcode.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-qrcode -# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-qrcode -VERSION=${VERSION:-7.3.1} +VERSION=${VERSION:-7.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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/python-qrcode/python-qrcode.info b/python/python-qrcode/python-qrcode.info index fc5875953e8c..68935d2affd0 100644 --- a/python/python-qrcode/python-qrcode.info +++ b/python/python-qrcode/python-qrcode.info @@ -1,8 +1,8 @@ PRGNAM="python-qrcode" -VERSION="7.3.1" +VERSION="7.4.2" HOMEPAGE="https://github.com/lincolnloop/python-qrcode" -DOWNLOAD="https://github.com/lincolnloop/python-qrcode/archive/v7.3.1/python-qrcode-7.3.1.tar.gz" -MD5SUM="85f031f3e7fbd98f9db8aa5bb5262720" +DOWNLOAD="https://github.com/lincolnloop/python-qrcode/archive/v7.4.2/python-qrcode-7.4.2.tar.gz" +MD5SUM="43a326d23ced03ad6500418451456bfb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |