* update python-google-auth to 2.32.0-1

This commit is contained in:
Alexander Baldeck 2024-09-24 16:11:28 +02:00
parent cdc938e51b
commit e55f3d8c50
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python-google-auth
pkgdesc = Google Authentication Library
pkgver = 2.30.0
pkgver = 2.32.0
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/google-auth-library-python
arch = any
@ -31,7 +31,7 @@ pkgbase = python-google-auth
optdepends = python-pyopenssl: for TLS support
optdepends = python-pyu2f: for reauthentication support
optdepends = python-requests: for async HTTP support
source = https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.30.0/python-google-auth-2.30.0.tar.gz
sha512sums = 312611c9be70f829da2d25f3461a944b6ac21c7e0a5dba794830c24bf728e52c04c868cbe84216b485b3a6559e565aab17cc5a14dccb3a97241f79990a01b67f
source = https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.32.0/python-google-auth-2.32.0.tar.gz
sha512sums = 5cbb7b404afd94b5f7d85892e31d18e7e8e8947261a598b2186bb62904104fe1fde8373578e2bb9f47d2d651119fe4ac0b94139d8503b539a0daf7286273cb7d
pkgname = python-google-auth

View File

@ -4,7 +4,7 @@
_name=google-auth-library-python
pkgname=python-google-auth
pkgver=2.30.0
pkgver=2.32.0
pkgrel=1
pkgdesc="Google Authentication Library"
url="https://github.com/GoogleCloudPlatform/google-auth-library-python"
@ -45,7 +45,7 @@ optdepends=(
'python-requests: for async HTTP support'
)
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('312611c9be70f829da2d25f3461a944b6ac21c7e0a5dba794830c24bf728e52c04c868cbe84216b485b3a6559e565aab17cc5a14dccb3a97241f79990a01b67f')
sha512sums=('5cbb7b404afd94b5f7d85892e31d18e7e8e8947261a598b2186bb62904104fe1fde8373578e2bb9f47d2d651119fe4ac0b94139d8503b539a0daf7286273cb7d')
prepare() {
cd $_name-$pkgver