From d44fda8024d2c49dabf9d442b44f95d7d55286c3 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 5 Apr 2023 18:22:06 +0000 Subject: [PATCH] python-google-auth: update to 2.17.2 --- mingw-w64-python-google-auth/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-google-auth/PKGBUILD b/mingw-w64-python-google-auth/PKGBUILD index 660350dd99..22dc8e9370 100644 --- a/mingw-w64-python-google-auth/PKGBUILD +++ b/mingw-w64-python-google-auth/PKGBUILD @@ -3,7 +3,7 @@ _realname=google-auth pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.17.1 +pkgver=2.17.2 pkgrel=1 pkgdesc='Google Authentication Library (mingw-w64)' arch=('any') @@ -31,7 +31,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-flask" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('!emptydirs') source=("${_realname}-$pkgver.tar.gz::https://github.com/googleapis/google-auth-library-python/archive/v$pkgver.tar.gz") -sha256sums=('e580d80c154185483edce4489372379fabeb54469655d02ba8388ff03836f065') +sha256sums=('25fed4fd28bfd3ccd96fbc15bbb617edbce5e8145069811b1039a2a9485bac49') prepare() { cd "$srcdir"