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"