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"