From 2d03c3115df4eb39662db7fdce75d71baa7726df Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 8 Apr 2023 01:01:18 +0000 Subject: [PATCH] python-zeroconf: update to 0.56.0 --- mingw-w64-python-zeroconf/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-zeroconf/PKGBUILD b/mingw-w64-python-zeroconf/PKGBUILD index ba10f61e08..c1d882282c 100644 --- a/mingw-w64-python-zeroconf/PKGBUILD +++ b/mingw-w64-python-zeroconf/PKGBUILD @@ -8,7 +8,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.55.0 +pkgver=0.56.0 pkgrel=1 pkgdesc="A pure python implementation of multicast DNS service discovery" arch=('any') @@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-cc") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('f919c0a1989af87c1c4a8786a3bcd8e78243856237cef27dcb762a7e69e4b32a') +sha256sums=('d21916e98de8d4cb822134b25746dcf321531b8662757a7da402798ba627062e') prepare() { rm -rf python-build-${MSYSTEM} | true