From 3f0e2663788193fe3487da68a156559f4443dc91 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 8 Jul 2020 15:39:22 +0200 Subject: [PATCH] python-zeroconf: update to version 0.28.0 Signed-off-by: Josef Schlehofer (cherry picked from commit 1c2f729c9d768c08cd43763737de35f311d39fcf) --- lang/python/python-zeroconf/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lang/python/python-zeroconf/Makefile b/lang/python/python-zeroconf/Makefile index da75c76a3..4b77bc021 100644 --- a/lang/python/python-zeroconf/Makefile +++ b/lang/python/python-zeroconf/Makefile @@ -8,13 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zeroconf -PKG_VERSION:=0.24.4 +PKG_VERSION:=0.28.0 PKG_RELEASE:=1 PYPI_NAME:=zeroconf -PKG_HASH:=f66d38f16026097572939ab78b1f46a97f556bca415491eb0fd094d0b5827dfe - -PKG_BUILD_DIR:=$(BUILD_DIR)/zeroconf-$(PKG_VERSION) +PKG_HASH:=881da2ed3d7c8e0ab59fb1cc8b02b53134351941c4d8d3f3553a96700f257a03 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=Apache-2.0