summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Preining2024-09-09 08:19:09 +0900
committerNorbert Preining2024-09-09 08:19:09 +0900
commitf8ef2aadf2feea065566bc25c72ea2157f7c8a39 (patch)
tree62b01f4b5a06124cc200f14e62ca497a89ee138f
parent8553f863f3aa277c4d4b58518734fdcfcd100f60 (diff)
downloadaur-f8ef2aadf2feea065566bc25c72ea2157f7c8a39.tar.gz
New upstream release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c15ec03ad53..7feeaf52bfcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-msal
pkgdesc = Authenticate with Microsoft Entra (Azure Active Directory) accounts using OAuth2 and OpenID Connect
- pkgver = 1.30.0
+ pkgver = 1.31.0
pkgrel = 1
url = https://github.com/AzureAD/microsoft-authentication-library-for-python
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-msal
depends = python-requests
depends = python-pyjwt
depends = python-cryptography
- source = python-msal-1.30.0.tar.gz::https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.30.0.tar.gz
- sha256sums = a7afb03af2da5bdbb7cb3640cfb6191c9dab9edc6889db735a5fe3fda18dc2b9
+ source = python-msal-1.31.0.tar.gz::https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.31.0.tar.gz
+ sha256sums = dd885f2c011bea366edfc8711399b91a9534fbfed7356f6127a91216b4d8bb64
pkgname = python-msal
diff --git a/PKGBUILD b/PKGBUILD
index 2f9ff613f248..9c700f199f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Julian Weigt <juw@posteo.de>
pkgname=python-msal
-pkgver=1.30.0
+pkgver=1.31.0
pkgrel=1
pkgdesc="Authenticate with Microsoft Entra (Azure Active Directory) accounts using OAuth2 and OpenID Connect"
arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
depends=("python-requests" "python-pyjwt" "python-cryptography")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('a7afb03af2da5bdbb7cb3640cfb6191c9dab9edc6889db735a5fe3fda18dc2b9')
+sha256sums=('dd885f2c011bea366edfc8711399b91a9534fbfed7356f6127a91216b4d8bb64')
build() {
cd "microsoft-authentication-library-for-python-$pkgver"