From 3db47ccb5fcdc02e4e95087410a8075767a0bbe8 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Mon, 17 Jun 2024 23:06:31 +0300 Subject: [PATCH] python-redis: update to 5.0.6 --- mingw-w64-python-redis/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-redis/PKGBUILD b/mingw-w64-python-redis/PKGBUILD index 32f24ec464..8109c21f78 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=5.0.1 +pkgver=5.0.6 pkgrel=1 pkgdesc="The Python interface to the Redis key-value store (mingw-w64)" arch=('any') @@ -23,7 +23,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=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f') +sha256sums=('38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"