mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-Flask-Login: Updated for version 0.6.2.
Signed-off-by: bedlam <dave@slackbuilds.org>
This commit is contained in:
parent
02dbe9536c
commit
f8b7744d60
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue