diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-06-10 00:42:38 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-06-10 00:42:38 +0200 |
commit | e8b1f3efebe8b14ce1b40fd4d63ae6755e4cefa6 (patch) | |
tree | 25cde275b9435d8b627705bdcf5f9e11d7203f9e | |
parent | 29b322fc61269312c51c25374d863d55ad47b728 (diff) |
zeroconf: update to version 0.23.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-rw-r--r-- | lang/python/python-zeroconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-zeroconf/Makefile b/lang/python/python-zeroconf/Makefile index 8c127ae47..20e3aeaca 100644 --- a/lang/python/python-zeroconf/Makefile +++ b/lang/python/python-zeroconf/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zeroconf -PKG_VERSION:=0.22.0 +PKG_VERSION:=0.23.0 PKG_RELEASE:=1 PKG_SOURCE:=zeroconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/z/zeroconf/ -PKG_HASH:=fe66582c7b3ecc229ea4555b6d9da9bc26fc70134811e980b4fbd033e472b825 +PKG_HASH:=e0c333b967c48f8b2e5cc94a1d4d28893023fb06dfd797ee384a94cdd1d0eef5 PKG_BUILD_DIR:=$(BUILD_DIR)/zeroconf-$(PKG_VERSION) |