From c3313beb7683ab3b4479225cfbdb411ad79bfaf4 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 5 Oct 2025 23:11:08 +0200 Subject: [PATCH] python-zeroconf: update to 0.148.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 d8de62e712..59297fb371 100644 --- a/mingw-w64-python-zeroconf/PKGBUILD +++ b/mingw-w64-python-zeroconf/PKGBUILD @@ -5,7 +5,7 @@ _realname=zeroconf pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.147.3 +pkgver=0.148.0 pkgrel=1 pkgdesc="A pure python implementation of multicast DNS service discovery (mingw-w64)" arch=('any') @@ -28,7 +28,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=('74af622fcc0a7fe7c5c4f6221e9db37d9007fefb28062eb8a55dbf29bbd40d14') +sha256sums=('03fcca123df3652e23d945112d683d2f605f313637611b7d4adf31056f681702') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"