diff --git a/mingw-w64-python-redis/PKGBUILD b/mingw-w64-python-redis/PKGBUILD index 30827e30c8..bca75b6110 100644 --- a/mingw-w64-python-redis/PKGBUILD +++ b/mingw-w64-python-redis/PKGBUILD @@ -3,7 +3,7 @@ _realname=redis pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.5.4 +pkgver=4.5.5 pkgrel=1 pkgdesc="The Python interface to the Redis key-value store (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-hiredis: faster performance via hire "${MINGW_PACKAGE_PREFIX}-python-pyopenssl: OCSP certificate validation" "${MINGW_PACKAGE_PREFIX}-python-requests: OCSP certificate validation") source=("${_realname}-py-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('f1d31da6d7fcff696caa41fa808d1bd8df90b38a61c3d303251bb92c4a5ad082') +sha256sums=('6e2f20bb236287420a1c247fc6cb467262f01e5eb77b7f7aef90b31249643a21') prepare() { cd "${srcdir}"