diff --git a/mingw-w64-python-google-auth/PKGBUILD b/mingw-w64-python-google-auth/PKGBUILD index a442610fea..e53868d21c 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.16.1 +pkgver=2.16.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=('293b303afb82e77ec5eee62aeb329378f1d59b712eb9e3b82b56597f237589bb') +sha256sums=('e47ed9b1ca2d35f0f5eb803194087d28f4f7676e0018ca54cc6359d4c8cdaaca') prepare() { cd "$srcdir"