Browse Source

python/python-qrcode: Updated for version 7.4.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Willy Sudiarto Raharjo 3 years ago
parent
commit
b834c2a425
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 7
      python/python-qrcode/python-qrcode.SlackBuild
  2. 6
      python/python-qrcode/python-qrcode.info

7
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

6
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=""

Loading…
Cancel
Save