python/python3-Flask-Login: Updated for version 0.6.2.

Signed-off-by: bedlam <dave@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-09-14 07:35:45 +01:00 committed by bedlam
parent 02dbe9536c
commit f8b7744d60
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-Flask-Login
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-0.6.1}
VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-Flask-Login"
VERSION="0.6.1"
VERSION="0.6.2"
HOMEPAGE="https://github.com/maxcountryman/flask-login"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-login/Flask-Login-0.6.1.tar.gz"
MD5SUM="0a1576eab473c2a8bb576348333d5ef5"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-login/Flask-Login-0.6.2.tar.gz"
MD5SUM="8020b22ad7ec6f17034f90117a520633"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Flask"