mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python-msal: Version bump to 1.23.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7584915033
commit
256fedc62b
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python-msal
|
||||
VERSION=${VERSION:-1.22.0}
|
||||
VERSION=${VERSION:-1.23.0}
|
||||
SRCNAM=${SRCNAM:-microsoft-authentication-library-for-python}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-msal"
|
||||
VERSION="1.22.0"
|
||||
VERSION="1.23.0"
|
||||
HOMEPAGE="https://msal-python.readthedocs.io/"
|
||||
DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.22.0/microsoft-authentication-library-for-python-1.22.0.tar.gz"
|
||||
MD5SUM="3e639f28da9490b04fec09feb3d38f4f"
|
||||
DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.23.0/microsoft-authentication-library-for-python-1.23.0.tar.gz"
|
||||
MD5SUM="11cf8f859c077a06e0c3bd3aa11c3c74"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue