From 7a65967e34a4514bcb6d7e2e1bb8a7d3513b752a Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 20 Jan 2023 15:39:35 +0000 Subject: [PATCH] python-eventlet: update to 0.33.3 --- mingw-w64-python-eventlet/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-eventlet/PKGBUILD b/mingw-w64-python-eventlet/PKGBUILD index 61941422ca..f12f9ed0a4 100644 --- a/mingw-w64-python-eventlet/PKGBUILD +++ b/mingw-w64-python-eventlet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.33.2 +pkgver=0.33.3 pkgrel=1 pkgdesc="Highly concurrent networking library (mingw-w64)" arch=('any') @@ -32,7 +32,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-psycopg2" "${MINGW_PACKAGE_PREFIX}-python-pyzmq") options=('staticlibs' 'strip' '!debug') source=(${_realname}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz) -sha512sums=('11083c4c6d38221591f89b3300b55e2715cb3e000dfc38e1ec72cb69cb1a3ee3cf4613e70ed3888a01373f80a8e2d6a7e2d0f9899305e36784dcd9db681a9bba') +sha512sums=('b2e1818c7b6134be4020d2b4315bbb3db795960df76da08a490e0d952549eafb477800c884e7a99493146c1ac082aed5fb87c7e2882ee468ea42b5cc26b8517f') prepare() { cd "${srcdir}/${_realname}-${pkgver}"