python/python3-msal: Version bump to 1.28.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
20eb649d65
commit
7b9bda9954
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-msal
|
||||
VERSION=${VERSION:-1.28.0}
|
||||
VERSION=${VERSION:-1.28.1}
|
||||
SRCNAM=${SRCNAM:-microsoft-authentication-library-for-python}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-msal"
|
||||
VERSION="1.28.0"
|
||||
VERSION="1.28.1"
|
||||
HOMEPAGE="https://msal-python.readthedocs.io/"
|
||||
DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.28.0/microsoft-authentication-library-for-python-1.28.0.tar.gz"
|
||||
MD5SUM="7951a366dcae3902e9421bad429b9c98"
|
||||
DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.28.1/microsoft-authentication-library-for-python-1.28.1.tar.gz"
|
||||
MD5SUM="35ce084cd0c118e2aed2cc0d2db1f11a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cryptography python3-pyjwt"
|
||||
|
|
Loading…
Reference in New Issue