From 54587f65bbbc6aff03a553e11d8d34047569a651 Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Sun, 14 Feb 2021 20:35:22 -0800 Subject: [PATCH] google-auth 1.26.1 --- 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 d86ec7b0bf..e07e3bd0a5 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.25.0 +pkgver=1.26.1 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=('90f4752fcf2c374727a0edfb709a89a92f33676cda1ee7fcaff9e4446479a72b') +sha256sums=('2c964ecc4e1d5cba1036cbf7405e45b9b51485e3c03451fd37f71d58b602452a') prepare() { cd "$srcdir"