From d40b501ec21bc8010994ba84624efa7456def09e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 8 Feb 2023 14:55:04 +0100 Subject: python-msal 1.14.0-0 -> 1.21.0-1 --- python-msal/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-msal') diff --git a/python-msal/PKGBUILD b/python-msal/PKGBUILD index 23202b573..5b8f180d4 100644 --- a/python-msal/PKGBUILD +++ b/python-msal/PKGBUILD @@ -3,8 +3,8 @@ # PKGBUILD generated by pipman, description shortened # Python package author: Microsoft Corporation pkgname=python-msal -pkgver=1.14.0 -pkgrel=0 +pkgver=1.21.0 +pkgrel=1 pkgdesc="Microsoft Authentication Library for Python library to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts and Microsoft Accounts using OAuth2 and OpenID Connect" arch=(any) url="https://github.com/AzureAD/microsoft-authentication-library-for-python" @@ -12,7 +12,7 @@ license=(MIT) depends=("python-requests" "python-pyjwt" "python-cryptography" "python-mock") makedepends=("python-setuptools") source=("$pkgname-$pkgver.tar.gz"::"https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/$pkgver.tar.gz") -sha256sums=('ef2e6d15283c44eb93f195d212a5234538c7303f4dd7bd1b025f950db75c4f59') +sha512sums=('ffbee75af26eba952e13066ef3d5e987e9c1b1c69732dae61e3e5198847c89712db30914f9f1ee2faa26ba54c444bcb75d1695524b8b397055bb0ed5f7eeebbf') build() { cd "microsoft-authentication-library-for-python-$pkgver" -- cgit v1.2.3-54-g00ecf