python3-zeroconf: update to 0.23.0.
This commit is contained in:
parent
fcffe856dd
commit
b41eb6abf1
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-zeroconf'
|
||||
pkgname=python3-zeroconf
|
||||
version=0.21.3
|
||||
version=0.23.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="zeroconf-${version}"
|
||||
wrksrc="python-zeroconf-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="zeroconf.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -12,5 +12,5 @@ short_desc="Pure Python3 implementation of multicast DNS service discovery"
|
|||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/jstasiak/python-zeroconf"
|
||||
distfiles="${PYPI_SITE}/z/zeroconf/zeroconf-${version}.tar.gz"
|
||||
checksum=5b52dfdf4e665d98a17bf9aa50dea7a8c98e25f972d9c1d7660e2b978a1f5713
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=e194df93ae5d5158fd62434e395fe73ef9eb9580e5d326aad06d02c56031b31a
|
||||
|
|
Loading…
Reference in a new issue