diff --git a/mingw-w64-python-httplib2/PKGBUILD b/mingw-w64-python-httplib2/PKGBUILD index 563e3954ce..b844f752dc 100644 --- a/mingw-w64-python-httplib2/PKGBUILD +++ b/mingw-w64-python-httplib2/PKGBUILD @@ -4,7 +4,7 @@ _realname=httplib2 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.12.3 +pkgver=0.13.0 pkgrel=1 pkgdesc="Comprehensive HTTP client library, supporting many features (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" ) source=(${_realname}-${pkgver}.tar.gz::https://github.com/httplib2/httplib2/archive/v${pkgver}.tar.gz cert.patch) -sha256sums=('4c177475d64371e45c603cac71b6e5fa0cf461acff2071e7afff00e17b976c6d' +sha256sums=('63ebe66e5b3a9a2adb6995d8b3a8b7ef25e373a601df3be103a2bc80d31cfa3b' '4daf503671a63337b3be57dd048308846297075870a7d3ecf80dc64e7e6904eb') prepare() {