diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-zeroconf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-zeroconf/APKBUILD b/testing/py-zeroconf/APKBUILD index fac149dfc9..9aaf40b639 100644 --- a/testing/py-zeroconf/APKBUILD +++ b/testing/py-zeroconf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-zeroconf _pkgname=zeroconf -pkgver=0.21.1 +pkgver=0.21.2 pkgrel=0 pkgdesc="A Python implementation of multicast DNS service discovery" url="https://github.com/jstasiak/python-zeroconf" @@ -53,4 +53,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="406ec4d1514892ffc8ac94cd2c7ac340457ce953f4bbf591a9978bf2fff12841dcb0c6215225214516eb08a5b96c6fe1c7b87c3ec2a56e9946c3d4cef12e2993 zeroconf-0.21.1.tar.gz" +sha512sums="4bf161cd82a190e240abb0740f974ee5cb7239b2ea45e62932402aab1475231f890c00d54b3d37be47680249752a468ea0eed76309f8ae23a38727a1d4d2d3ff zeroconf-0.21.2.tar.gz" |