From d71db735ce69f7c48c3ac309e02f202ccf3fc6d8 Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Fri, 5 Feb 2021 19:56:02 -0800 Subject: [PATCH] google-auth 1.25 --- 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 488b3bb99c..d86ec7b0bf 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=1.24.0 +pkgver=1.25.0 pkgrel=1 pkgdesc='Google Authentication Library (mingw-w64)' arch=('any') @@ -14,7 +14,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-mock" "${MINGW_PACKAGE_PREFIX}-pyt makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('!emptydirs') source=("${_realname}-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz") -sha256sums=('f37b9cdbe1ce503ff4472a45f9b3fbbe6724f64664573397ac7011b2b3fffbb5') +sha256sums=('90f4752fcf2c374727a0edfb709a89a92f33676cda1ee7fcaff9e4446479a72b') prepare() { cd "$srcdir"